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:19:33 -0400

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

Modified files:
        src            : hotkeys.cpp 

Log message:
        "Fullscreen" hotkey is a toggle, clarified description.

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

Patches:
Index: wesnoth/src/hotkeys.cpp
diff -u wesnoth/src/hotkeys.cpp:1.70 wesnoth/src/hotkeys.cpp:1.71
--- wesnoth/src/hotkeys.cpp:1.70        Sat Mar 26 17:10:32 2005
+++ wesnoth/src/hotkeys.cpp     Sat Apr 16 19:19:33 2005
@@ -1,4 +1,4 @@
-/* $Id: hotkeys.cpp,v 1.70 2005/03/26 17:10:32 silene Exp $ */
+/* $Id: hotkeys.cpp,v 1.71 2005/04/16 19:19:33 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -50,7 +50,7 @@
        { hotkey::HOTKEY_ZOOM_IN, "zoomin", N_("Zoom In"), false },
        { hotkey::HOTKEY_ZOOM_OUT, "zoomout", N_("Zoom Out"), false },
        { hotkey::HOTKEY_ZOOM_DEFAULT, "zoomdefault", N_("Default Zoom"), false 
},
-       { hotkey::HOTKEY_FULLSCREEN, "fullscreen", N_("Fullscreen"), false },
+       { hotkey::HOTKEY_FULLSCREEN, "fullscreen", N_("Toggle Fullscreen"), 
false },
        { hotkey::HOTKEY_ACCELERATED, "accelerated", N_("Accelerated"), false },
        { hotkey::HOTKEY_UNIT_DESCRIPTION, "describeunit", N_("Unit 
Description"), false },
        { hotkey::HOTKEY_RENAME_UNIT, "renameunit", N_("Rename Unit"), false },
@@ -104,6 +104,14 @@
        { 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]