1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
This commit is contained in:
jules 2007-07-03 10:51:24 +00:00
parent 1a0387125c
commit 2e04bab207
74 changed files with 519 additions and 437 deletions

View file

@ -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");