Tux Paint configuration settings for Mac OS X are read from "~/Library/Application Support/TuxPaint/tuxpaint.cfg"
This commit is contained in:
parent
e38693215a
commit
3f4e377542
1 changed files with 3 additions and 3 deletions
|
|
@ -6289,9 +6289,9 @@ static void setup(int argc, char *argv[])
|
|||
|
||||
strcpy(str, "tuxpaint.cfg");
|
||||
|
||||
//#elif __APPLE__
|
||||
/* Mac: ??? */
|
||||
/* FIXME! */
|
||||
#elif defined(__APPLE__)
|
||||
/* Mac OS X: Use a "tuxpaint.cfg" file in the Tux Paint application support folder */
|
||||
snprintf(str, sizeof(str), "%s/TuxPaint/tuxpaint.cfg", macosx.preferencesPath);
|
||||
|
||||
#else
|
||||
/* Linux and other Unixes: Use 'rc' style (~/.tuxpaintrc) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue