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_connect.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src multiplayer_connect.cpp
Date: Wed, 23 Feb 2005 17:00:56 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/02/23 22:00:56

Modified files:
        src            : multiplayer_connect.cpp 

Log message:
        fix xcode compile time warnings and did dos2unix

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

Patches:
Index: wesnoth/src/multiplayer_connect.cpp
diff -u wesnoth/src/multiplayer_connect.cpp:1.112 
wesnoth/src/multiplayer_connect.cpp:1.113
--- wesnoth/src/multiplayer_connect.cpp:1.112   Tue Feb 22 23:07:19 2005
+++ wesnoth/src/multiplayer_connect.cpp Wed Feb 23 22:00:55 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_connect.cpp,v 1.112 2005/02/22 23:07:19 gruikya Exp $ */
+/* $Id: multiplayer_connect.cpp,v 1.113 2005/02/23 22:00:55 j_daniel Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -10,7 +10,7 @@
 
    See the COPYING file for more details.
 */
-
+
 #include "global.hpp"
 #include "dialogs.hpp"
 #include "font.hpp"
@@ -437,6 +437,8 @@
        level_(),
        params_(params),
 
+       team_prefix_(_("Team ")),
+
        waiting_label_(disp, _("")),
        message_full_(false),
        default_controller_(default_controller),
@@ -450,8 +452,7 @@
 
        ai_(disp, _("Computer vs Computer")),
        launch_(disp, _("I'm Ready")),
-       cancel_(disp, _("Cancel")),
-       team_prefix_(_("Team "))
+       cancel_(disp, _("Cancel"))
 {
        // Send Initial information
        config response;




reply via email to

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