[GRASS-SVN] r32061 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 9 09:37:35 EDT 2008
Author: martinl
Date: 2008-07-09 09:37:35 -0400 (Wed, 09 Jul 2008)
New Revision: 32061
Modified:
grass/trunk/lib/init/init.sh
Log:
wxPython GUI is default for grass7
Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh 2008-07-09 12:53:46 UTC (rev 32060)
+++ grass/trunk/lib/init/init.sh 2008-07-09 13:37:35 UTC (rev 32061)
@@ -25,7 +25,7 @@
trap "echo 'User break!' ; exit" 2 3 15
# change to wxpython as needed
-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