[GRASS-SVN] r56062 - in grass/branches/develbranch_6/gui/wxpython: docs xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 1 17:36:54 PDT 2013
Author: hamish
Date: 2013-05-01 17:36:54 -0700 (Wed, 01 May 2013)
New Revision: 56062
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
adjust wording, merge from relbr64 r55908
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2013-05-01 20:48:34 UTC (rev 56061)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2013-05-02 00:36:54 UTC (rev 56062)
@@ -23,8 +23,14 @@
GRASS_GUI: wxpython
</pre></div>
-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 -> Exit' menu item.
+<!-- is → allowed? -->
+On MS Windows when GRASS is launched without an interactive command line
+this will end the entire GRASS session. In other cases the terminal
+window will remain running; type <tt>exit</tt> at the command prompt
+to shut down the GRASS engine.
+<p>
+The GUI can be restarted from the GRASS command line prompt by typing
<div class="code"><pre>
g.gui wxpython
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2013-05-01 20:48:34 UTC (rev 56061)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2013-05-02 00:36:54 UTC (rev 56062)
@@ -724,7 +724,7 @@
<separator />
<menuitem>
<label>Exit GUI</label>
- <help>Quit wxGUI session</help>
+ <help>Quit the GRASS GUI session.</help>
<handler>OnCloseWindow</handler>
<shortcut>Ctrl+Q</shortcut>
<id>ID_EXIT</id>
More information about the grass-commit
mailing list