[GRASS-SVN] r36290 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 9 12:43:05 EDT 2009


Author: kyngchaos
Date: 2009-03-09 12:43:05 -0400 (Mon, 09 Mar 2009)
New Revision: 36290

Modified:
   grass/branches/develbranch_6/lib/init/variables.html
Log:
document GRASS_WXBUNDLED (merged from trunk r36289)

Modified: grass/branches/develbranch_6/lib/init/variables.html
===================================================================
--- grass/branches/develbranch_6/lib/init/variables.html	2009-03-09 16:40:05 UTC (rev 36289)
+++ grass/branches/develbranch_6/lib/init/variables.html	2009-03-09 16:43:05 UTC (rev 36290)
@@ -260,14 +260,21 @@
     set to override Python executable.</dd>
   
   <br>
+  <dt>GRASS_WXBUNDLED</dt>
+  <dd>[wxGUI]<br>
+    set to tell wxGUI that a bundled wxPython will be used.<br>
+    When set, the wxGUI will not check the wxPython version, as this
+    function is incompatible with a bundled wxPython.  It is up to the
+    packager to make sure that a compatible wxPython version is bundled.</dd>
+  
+  <br>
   <dt>GRASS_TCLSH</dt>
   <dd>[nviz]<br>
     set tclsh shell name to override 'tclsh'.</dd>
   
   <br>
   <dt>GRASS_XTERM</dt>
-  <dd>lib/init/grass-xterm-wrapper<br>
-    lib/init/grass-xterm-mac<br>
+  <dd>[lib/init/grass-xterm-wrapper, lib/init/grass-xterm-mac]<br>
     set to any value (e.g. rxvt, aterm, gnome-terminal, konsole) to
     substitute 'x-terminal-emulator' or 'xterm'. The Mac OS X app
     startup defaults to an internal '$GISBASE/etc/grass-xterm-mac',



More information about the grass-commit mailing list