aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth/files
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-02-08 14:02:15 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-02-08 14:02:15 +0000
commit080c9f314cbc4d04083474a102bd370b5fdddc65 (patch)
treefbd2e339a69cee2e02f79383a1d688b4a3d00d04 /games/wesnoth/files
parent0bf9ab1b91cf3075fc68ee71d2d486de73748f97 (diff)
Notes
Diffstat (limited to 'games/wesnoth/files')
-rw-r--r--games/wesnoth/files/patch-src::game.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/wesnoth/files/patch-src::game.cpp b/games/wesnoth/files/patch-src::game.cpp
new file mode 100644
index 000000000000..d9ef6b95584f
--- /dev/null
+++ b/games/wesnoth/files/patch-src::game.cpp
@@ -0,0 +1,18 @@
+--- src/game.cpp.orig Mon Feb 7 20:32:47 2005
++++ src/game.cpp Mon Feb 7 20:32:56 2005
+@@ -1,4 +1,4 @@
+-/* $Id: game.cpp,v 1.188 2005/02/06 10:40:12 isaaccp Exp $ */
++/* $Id: game.cpp,v 1.189 2005/02/06 21:31:27 silene Exp $ */
+ /*
+ Copyright (C) 2003 by David White <davidnwhite@optusnet.com.au>
+ Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
+@@ -1514,7 +1514,8 @@
+ // initialized to have get_intl_dir() to work. Note: this
+ // setlocale() but this does not take GUI language setting
+ // into account.
+- setlocale (LC_ALL, "");
++ setlocale(LC_ALL, "C");
++ setlocale(LC_MESSAGES, "");
+ const std::string& intl_dir = get_intl_dir();
+ bindtextdomain (PACKAGE, intl_dir.c_str());
+ bind_textdomain_codeset (PACKAGE, "UTF-8");