Author: ilor
Date: Wed Sep 17 17:40:15 2008
New Revision: 29518

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29518&view=rev
Log:
editor2 editor settings hotkey definition

Modified:
    trunk/data/themes/editor2.cfg
    trunk/src/hotkeys.cpp
    trunk/src/hotkeys.hpp

Modified: trunk/data/themes/editor2.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/themes/editor2.cfg?rev=29518&r1=29517&r2=29518&view=diff
==============================================================================
--- trunk/data/themes/editor2.cfg (original)
+++ trunk/data/themes/editor2.cfg Wed Sep 17 17:40:15 2008
@@ -119,7 +119,7 @@
             id=menu-editor-file
             title= _ "File"
             image=lite
-            
items=editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,preferences,quit,editor-quit-to-desktop
+            
items=editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,preferences,editor-settings,quit,editor-quit-to-desktop
             ref=top-panel
             rect="=+3,=+1,+100,=-4"
             xanchor=fixed

Modified: trunk/src/hotkeys.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/hotkeys.cpp?rev=29518&r1=29517&r2=29518&view=diff
==============================================================================
--- trunk/src/hotkeys.cpp (original)
+++ trunk/src/hotkeys.cpp Wed Sep 17 17:40:15 2008
@@ -132,6 +132,7 @@
 
 #ifndef DISABLE_EDITOR2
        { hotkey::HOTKEY_EDITOR_QUIT_TO_DESKTOP, "editor-quit-to-desktop", 
N_("Quit to Desktop"), false, hotkey::SCOPE_EDITOR },
+       { hotkey::HOTKEY_EDITOR_SETTINGS, "editor-settings", N_("Editor 
Settings"), false, hotkey::SCOPE_EDITOR },
        { hotkey::HOTKEY_EDITOR_PARTIAL_UNDO, "editor-partial-undo", 
N_("Partial Undo"), false, hotkey::SCOPE_EDITOR },
        { hotkey::HOTKEY_EDITOR_MAP_NEW, "editor-map-new", N_("New Map"), 
false, hotkey::SCOPE_EDITOR },
        { hotkey::HOTKEY_EDITOR_MAP_LOAD, "editor-map-load", N_("Load Map"), 
false, hotkey::SCOPE_EDITOR },

Modified: trunk/src/hotkeys.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/hotkeys.hpp?rev=29518&r1=29517&r2=29518&view=diff
==============================================================================
--- trunk/src/hotkeys.hpp (original)
+++ trunk/src/hotkeys.hpp Wed Sep 17 17:40:15 2008
@@ -72,6 +72,7 @@
        
 #ifndef DISABLE_EDITOR2
        HOTKEY_EDITOR_QUIT_TO_DESKTOP,
+       HOTKEY_EDITOR_SETTINGS,
        HOTKEY_EDITOR_PARTIAL_UNDO,
        HOTKEY_EDITOR_MAP_NEW, HOTKEY_EDITOR_MAP_LOAD, HOTKEY_EDITOR_MAP_SAVE,
        HOTKEY_EDITOR_MAP_SAVE_AS, HOTKEY_EDITOR_MAP_REVERT, 
HOTKEY_EDITOR_MAP_INFO,


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to