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:
parent
805fb36371
commit
4735442424
2 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue