projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78e5e7
)
fixed problem with displaying special chars
author
Constantin Wenger
<constantin.wenger@googlemail.com>
Fri, 22 Jul 2011 10:54:07 +0000
(12:54 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Fri, 22 Jul 2011 11:27:30 +0000
(13:27 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index b6a53566e3f92e39fee6418bf810475916d4c049..a7634a3c111ffe21fb593efdbf13dd2bad7285da 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-1132,7
+1132,7
@@
int main(int argc, char *argv[])
// Create user data directory
\r
fs::CreateDir(porting::path_userdata);
\r
\r
- setlocale(LC_
ALL, "");
\r
+ setlocale(LC_
MESSAGES, "");
bindtextdomain("minetest-c55", (porting::path_userdata+"/locale").c_str());
\r
textdomain("minetest-c55");
\r
\r