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:
parent
220114d04b
commit
805fb36371
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ String Project::saveProject (const File& file, bool isCommandLineApp)
|
|||
updateProjectSettings();
|
||||
sanitiseConfigFlags();
|
||||
|
||||
if (isCommandLineApp)
|
||||
if (! isCommandLineApp)
|
||||
registerRecentFile (file);
|
||||
|
||||
ProjectSaver saver (*this, file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue