wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src multiplayer_lobby.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src multiplayer_lobby.cpp
Date: Thu, 11 Aug 2005 15:01:36 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/08/11 19:01:36

Modified files:
        src            : multiplayer_lobby.cpp 

Log message:
        Fixed bug #14094

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_lobby.cpp.diff?tr1=1.82&tr2=1.83&r1=text&r2=text

Patches:
Index: wesnoth/src/multiplayer_lobby.cpp
diff -u wesnoth/src/multiplayer_lobby.cpp:1.82 
wesnoth/src/multiplayer_lobby.cpp:1.83
--- wesnoth/src/multiplayer_lobby.cpp:1.82      Mon Aug  1 23:19:31 2005
+++ wesnoth/src/multiplayer_lobby.cpp   Thu Aug 11 19:01:36 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_lobby.cpp,v 1.82 2005/08/01 23:19:31 j_daniel Exp $ */
+/* $Id: multiplayer_lobby.cpp,v 1.83 2005/08/11 19:01:36 j_daniel Exp $ */
 /*
    Copyright (C)
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -199,7 +199,7 @@
                                ngettext(_("Vacant Slot"), _("Vacant Slots"), 
nslots);
                }
                str << COLUMN_SEPARATOR << "  " << (**game)["mp_village_gold"] 
<< " "
-                       << _("Gold") << "  " << (**game)["experience_modifier"] 
<< "% " << "XP";
+                       << _("Gold") << "  " << (**game)["experience_modifier"] 
<< "% " << _("XP");
                if((**game)["mp_use_map_settings"] == "yes")
                        str << "  " << _("Use map settings");
                else if((**game)["mp_fog"] == "yes")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]