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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 21 17:42:58 EDT 2009


Author: martinl
Date: 2009-09-21 17:42:58 -0400 (Mon, 21 Sep 2009)
New Revision: 39278

Modified:
   grass/branches/develbranch_6/lib/init/init.sh
Log:
default GUI changed to wxGUI


Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh	2009-09-21 21:30:44 UTC (rev 39277)
+++ grass/branches/develbranch_6/lib/init/init.sh	2009-09-21 21:42:58 UTC (rev 39278)
@@ -25,7 +25,7 @@
 trap "echo 'User break!' ; exit" 2 3 15
 
 # Set default GUI
-DEFAULT_GUI="tcltk"
+DEFAULT_GUI="wxpython"
 
 # the following is only meant to be an internal variable for debugging this script.
 #  use 'g.gisenv set="DEBUG=[0-5]"' to turn GRASS debug mode on properly.



More information about the grass-commit mailing list