1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Fixed a typo in the last check-in.

This commit is contained in:
jules 2012-05-22 16:27:33 +01:00
parent 220114d04b
commit 805fb36371

View file

@ -240,7 +240,7 @@ String Project::saveProject (const File& file, bool isCommandLineApp)
updateProjectSettings();
sanitiseConfigFlags();
if (isCommandLineApp)
if (! isCommandLineApp)
registerRecentFile (file);
ProjectSaver saver (*this, file);