[GRASS-SVN] r43231 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 07:26:07 EDT 2010


Author: hamish
Date: 2010-08-24 11:26:07 +0000 (Tue, 24 Aug 2010)
New Revision: 43231

Modified:
   grass/branches/develbranch_6/lib/init/init.sh
Log:
expand wx -> wxpython if needed (merge from relbr64)

Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh	2010-08-24 11:19:55 UTC (rev 43230)
+++ grass/branches/develbranch_6/lib/init/init.sh	2010-08-24 11:26:07 UTC (rev 43231)
@@ -240,6 +240,8 @@
 else
     if [ "$GRASS_GUI" = "gui" ] ; then
     	GRASS_GUI="$DEFAULT_GUI"
+    elif [ "$GRASS_GUI" = "wx" ] ; then
+	GRASS_GUI="wxpython"
     fi
 fi
 



More information about the grass-commit mailing list