mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
This commit is contained in:
parent
1a0387125c
commit
2e04bab207
74 changed files with 519 additions and 437 deletions
|
|
@ -250,7 +250,7 @@ const File PropertiesFile::getDefaultAppSettingsFile (const String& applicationN
|
|||
// mustn't have illegal characters in this name..
|
||||
jassert (applicationName == File::createLegalFileName (applicationName));
|
||||
|
||||
#ifdef JUCE_MAC
|
||||
#if JUCE_MAC
|
||||
File dir (commonToAllUsers ? "/Library/Preferences"
|
||||
: "~/Library/Preferences");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue