From 94b42a79d78115277392c7d4b50e520a4b0c98ac Mon Sep 17 00:00:00 2001 From: Constantin Wenger Date: Wed, 10 Aug 2011 23:43:21 +0200 Subject: fixed not finding data dir if installed --- src/porting.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/porting.h') diff --git a/src/porting.h b/src/porting.h index 3cf8df594..3f9486b63 100644 --- a/src/porting.h +++ b/src/porting.h @@ -63,9 +63,9 @@ extern std::string path_data; /* Directory for storing user data. Examples: - Windows: "C:\Documents and Settings\user\Application Data\" - Linux: "~/." - Mac: "~/Library/Application Support/" + Windows: "C:\Documents and Settings\user\Application Data\" + Linux: "~/." + Mac: "~/Library/Application Support/" */ extern std::string path_userdata; -- cgit v1.2.3