[GRASS-SVN] r56066 - in grass/trunk/gui/wxpython: docs xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 1 18:32:30 PDT 2013
Author: hamish
Date: 2013-05-01 18:32:29 -0700 (Wed, 01 May 2013)
New Revision: 56066
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.html
grass/trunk/gui/wxpython/xml/wxgui_items.xml
Log:
merge/revert wording from devbr6; keep it applicable to all platforms (see #1891 and earlier discussions about tcltk gui closing the terminal); repeating the label doesn't add much help
Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html 2013-05-02 01:26:54 UTC (rev 56065)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html 2013-05-02 01:32:29 UTC (rev 56066)
@@ -23,9 +23,13 @@
or by the environmental variable <tt>GRASS_GUI</tt>.
<p>
-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 quit by selecting the 'File -> Exit GUI' 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 end the GRASS session.
+<p>
The GUI can be restarted from the GRASS command line prompt by typing
<div class="code"><pre>
Modified: grass/trunk/gui/wxpython/xml/wxgui_items.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/wxgui_items.xml 2013-05-02 01:26:54 UTC (rev 56065)
+++ grass/trunk/gui/wxpython/xml/wxgui_items.xml 2013-05-02 01:32:29 UTC (rev 56066)
@@ -45,9 +45,9 @@
<description>Launches script file.</description>
</wxgui-item>
<wxgui-item name="Quit">
- <label>Quit</label>
+ <label>Exit GUI</label>
<handler>OnCloseWindow</handler>
- <description>Quit</description>
+ <description>Quit the GRASS wxGUI session.</description>
<shortcut>Ctrl+Q</shortcut>
<wx-id>ID_EXIT</wx-id>
</wxgui-item>
More information about the grass-commit
mailing list