added new icons from fmunoz for hotseat and vs ai multiplayer games

This commit is contained in:
Dave White 2004-11-01 23:15:43 +00:00
parent 1be4fcb7f8
commit 0be30c9279
3 changed files with 2 additions and 2 deletions

BIN
images/icons/icon-ai.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
images/icons/icon-hotseat.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -1211,8 +1211,8 @@ bool game_controller::play_multiplayer()
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);