[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth src/game.cpp images/icons/icon-hotseat....
From: |
David White |
Subject: |
[Wesnoth-cvs-commits] wesnoth src/game.cpp images/icons/icon-hotseat.... |
Date: |
Mon, 01 Nov 2004 18:27:40 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <address@hidden> 04/11/01 23:15:43
Modified files:
src : game.cpp
Added files:
images/icons : icon-hotseat.png icon-ai.png
Log message:
added new icons from fmunoz for hotseat and vs ai multiplayer games
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/images/icons/icon-hotseat.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/images/icons/icon-ai.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.158&tr2=1.159&r1=text&r2=text
Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.158 wesnoth/src/game.cpp:1.159
--- wesnoth/src/game.cpp:1.158 Mon Nov 1 20:14:58 2004
+++ wesnoth/src/game.cpp Mon Nov 1 23:15:43 2004
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.158 2004/11/01 20:14:58 gruikya Exp $ */
+/* $Id: game.cpp,v 1.159 2004/11/01 23:15:43 Sirp Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1211,8 +1211,8 @@
host_or_join.push_back(std::string("&icons/icon-server.png,") + _("Join
Official Server") + sep + _("Log on to the official Wesnoth multiplayer
server"));
host_or_join.push_back(std::string("&icons/icon-serverother.png,") +
_("Join Game") + sep + _("Join a server or hosted game"));
host_or_join.push_back(std::string("&icons/icon-hostgame.png,") +
_("Host Networked Game") + sep + _("Host a game without using a server"));
- host_or_join.push_back(std::string(",") + _("Hotseat Game") + sep +
_("Play a multiplayer game sharing the same machine"));
- host_or_join.push_back(std::string(",") + _("Human vs AI") + sep +
_("Play a game against AI opponents"));
+ host_or_join.push_back(std::string("&icons/icon-hotseat.png,") +
_("Hotseat Game") + sep + _("Play a multiplayer game sharing the same
machine"));
+ host_or_join.push_back(std::string("&icons/icon-ai.png,") + _("Human vs
AI") + sep + _("Play a game against AI opponents"));
std::string login = preferences::login();
const int res =
gui::show_dialog(disp(),NULL,_("Multiplayer"),"",gui::OK_CANCEL,&host_or_join,NULL,_("Login")
+ std::string(": "),&login);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth src/game.cpp images/icons/icon-hotseat....,
David White <=