Restored the previous setting for BeOS to use ./ instead of ~/

This commit is contained in:
Scott McCreary 2011-08-29 22:41:19 +00:00
parent cc4a2a34d7
commit ad5679f079

View file

@ -21304,7 +21304,7 @@ static void setup_config(char *argv[])
#ifdef _WIN32
savedir = GetDefaultSaveDir("TuxPaint");
#elif __BEOS__
savedir = strdup("~/tuxpaint");
savedir = strdup("./tuxpaint");
#elif __HAIKU__
/* Haiku: Make use of find_directory() */
dev_t volume = dev_for_path("/boot");