summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-06 23:15:48 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-06 23:16:20 +0100
commit20d247cb9849bb7fb0e4df993a2fc0f0e0d5bf74 (patch)
tree1c251d80bd71056699e44c1ecfbe0d819043a69e /src/main.cpp
parent467065bab257b23d7783088563ff82459e9179c9 (diff)
downloadmana-client-20d247cb9849bb7fb0e4df993a2fc0f0e0d5bf74.tar.gz
mana-client-20d247cb9849bb7fb0e4df993a2fc0f0e0d5bf74.tar.bz2
mana-client-20d247cb9849bb7fb0e4df993a2fc0f0e0d5bf74.tar.xz
mana-client-20d247cb9849bb7fb0e4df993a2fc0f0e0d5bf74.zip
Correct the codeset for translations to be UTF-8
As on the mainline client
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3833b8fa..3c106633 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -675,6 +675,7 @@ int main(int argc, char *argv[])
#endif
setlocale(LC_MESSAGES, "");
bindtextdomain("tmw", LOCALEDIR);
+ bind_textdomain_codeset("tmw", "UTF-8");
textdomain("tmw");
#endif