From 16abc2ca3402dcae437f1537728983fca3583b1a Mon Sep 17 00:00:00 2001 From: scottmc Date: Mon, 29 Aug 2011 22:41:19 +0000 Subject: Restored the previous setting for BeOS to use ./ instead of ~/ --- diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 6ca2b3c..6f6f34c 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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"); -- cgit v0.9.1