Minor updates.

This commit is contained in:
Martin Fuhrer 2007-11-21 07:21:09 +00:00
parent 3f5292582c
commit aaadc0d011
2 changed files with 8 additions and 8 deletions

View file

@ -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)];
}