Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottmc <scottmc>2011-08-29 22:41:19 (GMT)
committer scottmc <scottmc>2011-08-29 22:41:19 (GMT)
commit16abc2ca3402dcae437f1537728983fca3583b1a (patch)
treecb332a579bd701b7966689f685ef84db0b979aa1
parentb10228c66fa3ce2f439b3a90f4ad5529f33d94d2 (diff)
Restored the previous setting for BeOS to use ./ instead of ~/
-rw-r--r--src/tuxpaint.c2
1 files changed, 1 insertions, 1 deletions
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");