[GRASS-SVN] r43230 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 24 07:19:55 EDT 2010
Author: hamish
Date: 2010-08-24 11:19:55 +0000 (Tue, 24 Aug 2010)
New Revision: 43230
Modified:
grass/branches/releasebranch_6_4/lib/init/init.sh
Log:
expand wx to wxpython asap
Modified: grass/branches/releasebranch_6_4/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.sh 2010-08-24 11:14:51 UTC (rev 43229)
+++ grass/branches/releasebranch_6_4/lib/init/init.sh 2010-08-24 11:19:55 UTC (rev 43230)
@@ -239,7 +239,9 @@
fi
else
if [ "$GRASS_GUI" = "gui" ] ; then
- GRASS_GUI="$DEFAULT_GUI"
+ GRASS_GUI="$DEFAULT_GUI"
+ elif [ "$GRASS_GUI" = "wx" ] ; then
+ GRASS_GUI="wxpython"
fi
fi
@@ -878,7 +880,7 @@
oldtcltk | d.m)
echo "If required, restart the GUI with: g.gui oldtcltk"
;;
- wxpython | wx)
+ wxpython)
echo "If required, restart the GUI with: g.gui wxpython"
;;
*)
More information about the grass-commit
mailing list