Minor updates.
This commit is contained in:
parent
3f5292582c
commit
aaadc0d011
2 changed files with 8 additions and 8 deletions
|
|
@ -129,7 +129,7 @@ static NSString *getApplicationName(void)
|
|||
{
|
||||
NSString *path;
|
||||
|
||||
path = [@"~/Library/Application Support" stringByExpandingTildeInPath];
|
||||
path = [@"~/Library/Application Support/TuxPaint" stringByExpandingTildeInPath];
|
||||
[path getCString:(macosx.preferencesPath)];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
struct WrapperDataStruct
|
||||
{
|
||||
char dataPath[2048]; // path to data folder inside application bundle
|
||||
char preferencesPath[2048]; // path to the user's preferences folder
|
||||
char dataPath[2048]; // path to data folder inside Tux Paint application bundle
|
||||
char preferencesPath[2048]; // path to the user's Tux Paint preferences folder
|
||||
char fontsPath[2048]; // path to the user's fonts folder
|
||||
int foundSDL; // was SDL.framework found?
|
||||
int foundSDL_image; // was SDL_image.framework found?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue