diff options
author | Socapex <philippe_groarke@yahoo.ca> | 2012-12-29 01:15:43 -0500 |
---|---|---|
committer | Socapex <philippe_groarke@yahoo.ca> | 2012-12-29 09:33:25 -0500 |
commit | 7af1c733f907741a5d61128ced4e725ae1fc8b0b (patch) | |
tree | 550f3ab6c0aed79b76dfa792b6bd3699aee15507 /src | |
parent | a295ce54bbd7fcc0d4befd0bfaa2312aea9b602c (diff) | |
download | plus-7af1c733f907741a5d61128ced4e725ae1fc8b0b.tar.gz plus-7af1c733f907741a5d61128ced4e725ae1fc8b0b.tar.bz2 plus-7af1c733f907741a5d61128ced4e725ae1fc8b0b.tar.xz plus-7af1c733f907741a5d61128ced4e725ae1fc8b0b.zip |
Corrected credits in About menu, oops.
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 |