[GRASS-SVN] r55889 - in grass/trunk/gui/wxpython: docs xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 18 04:48:17 PDT 2013
Author: wenzeslaus
Date: 2013-04-18 04:48:17 -0700 (Thu, 18 Apr 2013)
New Revision: 55889
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.html
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI/xml: changing Exit GUI to more general Quit (because of MS Win no-cmd line mode)
Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html 2013-04-18 10:43:21 UTC (rev 55888)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html 2013-04-18 11:48:17 UTC (rev 55889)
@@ -23,8 +23,10 @@
or by the environmental variable <tt>GRASS_GUI</tt>.
<p>
-The GUI can be quit by selecting the 'File -> Exit' menu item. The GUI
-can be restarted from the GRASS command line prompt by typing
+The GUI can be quit by selecting the 'File -> Quit' menu item.
+On MS Windows when the GRASS is stared without interactive command line,
+'File -> Quit' ends the whole GRASS session.
+The GUI can be restarted from the GRASS command line prompt by typing
<div class="code"><pre>
g.gui wxpython
@@ -349,7 +351,7 @@
<dt>Ctrl+Tab</dt>
<dd>Switch 'Map layers' and 'Command output' tab</dd>
<dt>Ctrl+Q</dt>
- <dd>Exit GUI</dd>
+ <dd>Quit</dd>
</dl>
<b>Workspace</b>
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2013-04-18 10:43:21 UTC (rev 55888)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2013-04-18 11:48:17 UTC (rev 55889)
@@ -773,8 +773,8 @@
</menuitem>
<separator />
<menuitem>
- <label>Exit GUI</label>
- <help>Quit wxGUI session</help>
+ <label>Quit</label>
+ <help>Quit</help>
<handler>OnCloseWindow</handler>
<shortcut>Ctrl+Q</shortcut>
<id>ID_EXIT</id>
More information about the grass-commit
mailing list