Explorar o código

wxGUI/xml: changing Exit GUI to more general Quit (because of MS Win no-cmd line mode)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55889 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras %!s(int64=12) %!d(string=hai) anos
pai
achega
062611098e
Modificáronse 2 ficheiros con 7 adicións e 5 borrados
  1. 5 3
      gui/wxpython/docs/wxGUI.html
  2. 2 2
      gui/wxpython/xml/menudata.xml

+ 5 - 3
gui/wxpython/docs/wxGUI.html

@@ -23,8 +23,10 @@ GUI: wxpython
 
 or by the environmental variable <tt>GRASS_GUI</tt>.
 <p>
-The GUI can be quit by selecting the 'File -&gt; 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 -&gt; Quit' menu item.
+On MS Windows when the GRASS is stared without interactive command line,
+'File -&gt; 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 @@ d.text text=Population\ density
   <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>

+ 2 - 2
gui/wxpython/xml/menudata.xml

@@ -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>