diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client.cpp | 1 |
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 |