From 805fb36371f905326b847f71a882fbffe597d774 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 22 May 2012 16:27:33 +0100 Subject: [PATCH] Fixed a typo in the last check-in. --- extras/Introjucer/Source/Project/jucer_Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Project/jucer_Project.cpp b/extras/Introjucer/Source/Project/jucer_Project.cpp index 6a0a7f6a32..52aa618fab 100644 --- a/extras/Introjucer/Source/Project/jucer_Project.cpp +++ b/extras/Introjucer/Source/Project/jucer_Project.cpp @@ -240,7 +240,7 @@ String Project::saveProject (const File& file, bool isCommandLineApp) updateProjectSettings(); sanitiseConfigFlags(); - if (isCommandLineApp) + if (! isCommandLineApp) registerRecentFile (file); ProjectSaver saver (*this, file);