summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
commit03761078314cca27692ccce12a823c484fbe90e0 (patch)
treeffe264d029a6ae5bd85b26a43aa14ac0079da89f /src/main.cpp
parentb55ace0590c8d8112294a6724fd224d8e44834d1 (diff)
downloadmana-03761078314cca27692ccce12a823c484fbe90e0.tar.gz
mana-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2
mana-03761078314cca27692ccce12a823c484fbe90e0.tar.xz
mana-03761078314cca27692ccce12a823c484fbe90e0.zip
Basically finish rebranding
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 607c6205..8ecac127 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -288,7 +288,7 @@ static void setUpdatesDir()
}
/**
- * Initializes the home directory. On UNIX and FreeBSD, ~/.tmw is used. On
+ * Initializes the home directory. On UNIX and FreeBSD, ~/.mana is used. On
* Windows and other systems we use the current working directory.
*/
static void initHomeDir(const Options &options)
@@ -298,7 +298,7 @@ static void initHomeDir(const Options &options)
if (homeDir.empty())
{
#ifdef __APPLE__
- // Use Application Directory instead of .tmw
+ // Use Application Directory instead of .mana
homeDir = std::string(PHYSFS_getUserDir()) +
"/Library/Application Support/" +
branding.getValue("appName", "Mana");