1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
This commit is contained in:
jules 2007-08-14 19:34:52 +00:00
parent 2c1b03cbf1
commit 33995f3796
18 changed files with 1166 additions and 915 deletions

View file

@ -271,7 +271,7 @@ FileBasedDocument::SaveResult FileBasedDocument::saveAsInteractive (const bool w
if (chosen.getFileExtension().isEmpty())
chosen = chosen.withFileExtension (fileExtension);
return saveAs (f, false, false, true);
return saveAs (chosen, false, false, true);
}
return userCancelledSave;