[GRASS-SVN] r70448 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 28 18:35:13 PST 2017
Author: wenzeslaus
Date: 2017-01-28 18:35:13 -0800 (Sat, 28 Jan 2017)
New Revision: 70448
Modified:
grass/trunk/gui/wxpython/xml/wxgui_items.xml
Log:
wxGUI: Ctrl+W is already used in menu, improve descriptions
Modified: grass/trunk/gui/wxpython/xml/wxgui_items.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/wxgui_items.xml 2017-01-29 02:09:41 UTC (rev 70447)
+++ grass/trunk/gui/wxpython/xml/wxgui_items.xml 2017-01-29 02:35:13 UTC (rev 70448)
@@ -65,13 +65,12 @@
<wxgui-item name="CloseGUI">
<label>Close GUI</label>
<handler>OnCloseWindow</handler>
- <description>Quit wxGUI session.</description>
- <shortcut>Ctrl+W</shortcut>
+ <description>Close graphical user interface.</description>
</wxgui-item>
<wxgui-item name="Quit">
<label>Quit GRASS GIS</label>
<handler>OnCloseWindowOrExit</handler>
- <description>Quit wxGUI session and exit GRASS shell.</description>
+ <description>Close GUI and exit GRASS GIS shell.</description>
<shortcut>Ctrl+Q</shortcut>
<wx-id>ID_EXIT</wx-id>
</wxgui-item>
@@ -379,4 +378,3 @@
<keywords>general,gui,imagery,classification,signatures</keywords>
</wxgui-item>
</wxgui-items>
-
More information about the grass-commit
mailing list