summaryrefslogtreecommitdiff
path: root/src/game.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/game.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/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 9bbf83bd..856288bc 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -407,7 +407,7 @@ static bool saveScreenshot()
filenameSuffix.str("");
filename << PHYSFS_getUserDir();
#if (defined __USE_UNIX98 || defined __FreeBSD__)
- filenameSuffix << ".tmw/";
+ filenameSuffix << ".mana/";
#elif defined __APPLE__
filenameSuffix << "Desktop/";
#endif