瀏覽代碼

GUI comment updated (init script)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32062 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 年之前
父節點
當前提交
8d65d0dff2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.