Restored the previous setting for BeOS to use ./ instead of ~/
This commit is contained in:
parent
cc4a2a34d7
commit
ad5679f079
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue