CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/09/04 13:01:13
Modified files:
src : game.cpp
Log message:
Fixed bug #14388 thx sanna
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.273&tr2=1.274&r1=text&r2=text
Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.273 wesnoth/src/game.cpp:1.274
--- wesnoth/src/game.cpp:1.273 Sun Aug 21 16:48:26 2005
+++ wesnoth/src/game.cpp Sun Sep 4 13:01:13 2005
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.273 2005/08/21 16:48:26 gruikya Exp $ */
+/* $Id: game.cpp,v 1.274 2005/09/04 13:01:13 j_daniel Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -1006,6 +1006,7 @@
old_defines_map_.clear();
refresh_game_cfg();
use_caching_ = old_cache;
+ ::init_textdomains(game_config_);
gui::show_dialog(disp(),NULL,_("Campaign Installed"),_("The
campaign has been installed."),gui::OK_ONLY);
} catch(config::error&) {