Explorar el Código

GUI comment updated (init script)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32062 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 17 años
padre
commit
8d65d0dff2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/init/init.sh

+ 1 - 1
lib/init/init.sh

@@ -24,7 +24,7 @@
 
 trap "echo 'User break!' ; exit" 2 3 15
 
-# change to wxpython as needed
+# Set default GUI
 DEFAULT_GUI="wxpython"
 
 # the following is only meant to be an internal variable for debugging this script.