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

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

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


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src hotkeys.cpp
Date: Sat, 16 Apr 2005 15:52:10 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/04/16 19:52:10

Modified files:
        src            : hotkeys.cpp 

Log message:
        Revert local mods.

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

Patches:
Index: wesnoth/src/hotkeys.cpp
diff -u wesnoth/src/hotkeys.cpp:1.72 wesnoth/src/hotkeys.cpp:1.73
--- wesnoth/src/hotkeys.cpp:1.72        Sat Apr 16 19:35:31 2005
+++ wesnoth/src/hotkeys.cpp     Sat Apr 16 19:52:10 2005
@@ -1,4 +1,4 @@
-/* $Id: hotkeys.cpp,v 1.72 2005/04/16 19:35:31 ott Exp $ */
+/* $Id: hotkeys.cpp,v 1.73 2005/04/16 19:52:10 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -104,14 +104,6 @@
        { hotkey::HOTKEY_CHAT_LOG, "chatlog", N_("View Chat Log"), false },
        { hotkey::HOTKEY_USER_CMD, "command", N_("Enter user command"), false },
 
-       { hotkey::HOTKEY_TITLE_TUTORIAL, "titletutorial", N_("Play the Tutorial 
(title screen)"), false },
-       { hotkey::HOTKEY_TITLE_CAMPAIGN, "titlecampaign", N_("Play a Campaign 
(title screen)"), false },
-       { hotkey::HOTKEY_TITLE_MULTIPLAYER, "titlemultiplayer", N_("Play 
Multiplayer (title screen)"), false },
-       { hotkey::HOTKEY_TITLE_LOAD, "titleload", N_("Load (title screen)"), 
false },
-       { hotkey::HOTKEY_TITLE_LANGUAGE, "titlelanguage", N_("Language (title 
screen)"), false },
-       { hotkey::HOTKEY_TITLE_PREFERENCES, "titlepreferences", N_("Preferences 
(title screen)"), false },
-       { hotkey::HOTKEY_TITLE_ABOUT, "titleabout", N_("About (title screen)"), 
false },
-
        { hotkey::HOTKEY_NULL, NULL, NULL, true }
 };
 




reply via email to

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