Explorar el Código

wxPython GUI is default for grass7

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32061 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 17 años
padre
commit
28ef5a78a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.