aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src::game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/files/patch-src::game.cpp')
-rw-r--r--games/wesnoth/files/patch-src::game.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/wesnoth/files/patch-src::game.cpp b/games/wesnoth/files/patch-src::game.cpp
deleted file mode 100644
index d9ef6b95584f..000000000000
--- a/games/wesnoth/files/patch-src::game.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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");