Browse Source

wxPython GUI is default for grass7

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32061 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
28ef5a78a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/init/init.sh

+ 1 - 1
lib/init/init.sh

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