[GRASS-SVN] r56065 - in grass/branches/releasebranch_6_4/gui/wxpython: docs xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 1 18:26:54 PDT 2013


Author: hamish
Date: 2013-05-01 18:26:54 -0700 (Wed, 01 May 2013)
New Revision: 56065

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.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/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html	2013-05-02 00:52:44 UTC (rev 56064)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html	2013-05-02 01:26:54 UTC (rev 56065)
@@ -23,9 +23,13 @@
 GRASS_GUI: wxpython
 </pre></div>
 
-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/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2013-05-02 00:52:44 UTC (rev 56064)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2013-05-02 01:26:54 UTC (rev 56065)
@@ -723,8 +723,8 @@
 	</menuitem>
 	<separator />
 	<menuitem>
-	  <label>Quit</label>
-	  <help>Quit</help>
+	  <label>Exit GUI</label>
+	  <help>Quit the GRASS wxGUI session.</help>
 	  <handler>OnCloseWindow</handler>
 	  <shortcut>Ctrl+Q</shortcut>
 	  <id>ID_EXIT</id>



More information about the grass-commit mailing list