1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Another typo fix.

This commit is contained in:
jules 2012-05-22 16:30:27 +01:00
parent 805fb36371
commit 4735442424
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ namespace
<< projectFile.getFullPathName() << std::endl;
String error (justSaveResources ? proj.saveResourcesOnly (projectFile)
: proj.saveProject (projectFile, false));
: proj.saveProject (projectFile, true));
if (error.isNotEmpty())
{