[GRASS-SVN] r35346 - grass/trunk/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 11 18:56:27 EST 2009


Author: martinl
Date: 2009-01-11 18:56:27 -0500 (Sun, 11 Jan 2009)
New Revision: 35346

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.html
Log:
remove link to tcl/tk gui, wxpython switch to gui


Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2009-01-11 23:52:15 UTC (rev 35345)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2009-01-11 23:56:27 UTC (rev 35346)
@@ -1,20 +1,20 @@
 <h2>DESCRIPTION</h2>
 
 <b>wxGUI</b> is a new generation of the GUI for GRASS GIS. It's a successor
-of the <em><a href="gis.m.html">Tcl/Tk GUI</a></em>.
+of the <em>Tcl/Tk GUI</em> from GRASS 6.
 
 <p>
 To start the wxGUI automatically for each session run GRASS with
-<tt>wxpython</tt> switch
+<tt>gui</tt> switch
 
 <div class="code"><pre>
-    grass -wxpython
+    grass -gui
 </pre></div>
 
 or define in your <tt>.grassrc7</tt> file 'GRASS_GUI' variable
 
 <div class="code"><pre>
-    GRASS_GUI: wxpython
+    GRASS_GUI: gui
 </pre></div>
 
 The GUI can be quit by selecting the 'File->Exit' menu item. The GUI
@@ -22,13 +22,13 @@
 typing
 
 <div class="code"><pre>
-    g.gui wxpython
+    g.gui
 </pre></div>
 
 or 
 
 <div class="code"><pre>
-    g.gui wxpython workspace=file.gxw
+    g.gui workspace=file.gxw
 </pre></div>
 
 to launch wxGUI and load workspace file on start-up.



More information about the grass-commit mailing list