summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index b7442a1bc..273806c3a 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -349,7 +349,6 @@ void Client::gameInit()
+ "../locale/").c_str());
#else
#ifdef __APPLE__
- //TODO: Use physfs instead of absolute path.
bindTextDomain("manaplus", (std::string(PHYSFS_getBaseDir())
+ "ManaPlus.app/Contents/Resources/locale/").c_str());
#else