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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 19 00:42:44 PDT 2013


Author: wenzeslaus
Date: 2013-04-19 00:42:44 -0700 (Fri, 19 Apr 2013)
New Revision: 55908

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
wxGUI/xml: changing Exit GUI to more general Quit (merge of r55889)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html	2013-04-19 06:40:56 UTC (rev 55907)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.html	2013-04-19 07:42:44 UTC (rev 55908)
@@ -23,8 +23,10 @@
 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 -> 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
@@ -324,7 +326,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/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2013-04-19 06:40:56 UTC (rev 55907)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2013-04-19 07:42:44 UTC (rev 55908)
@@ -723,8 +723,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