Преглед на файлове

Fix bugs from https://trac.osgeo.org/grass/changeset/41557 (changed wxpython directory)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41675 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements преди 15 години
родител
ревизия
45376fee04
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lib/init/functions.sh

+ 2 - 2
lib/init/functions.sh

@@ -260,7 +260,7 @@ check_gui()
 	# ok
 	if [ "$?" = 0 ] ; then
 	    # Set the wxpython base directory
-	    WXPYTHONGRASSBASE="$ETC/wxpython"
+	    WXPYTHONGRASSBASE="$ETC/gui/wxpython"
 	else
 	    # Python was not found - switch to text interface mode
 	    cat <<-EOF
@@ -593,7 +593,7 @@ start_gui()
     
     case "$GRASS_GUI" in
         wxpython)
-            "$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &
+            "$GRASS_PYTHON" "WXPYTHONGRASSBASE/wxgui.py" &
             ;;
         # Ignore others
         *)