[GRASS-SVN] r30159 - grass/trunk/general/g.gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 14 16:04:55 EST 2008
Author: hamish
Date: 2008-02-14 16:04:55 -0500 (Thu, 14 Feb 2008)
New Revision: 30159
Modified:
grass/trunk/general/g.gui/main.c
Log:
hint for move of wxgui into
Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c 2008-02-14 20:53:05 UTC (rev 30158)
+++ grass/trunk/general/g.gui/main.c 2008-02-14 21:04:55 UTC (rev 30159)
@@ -89,6 +89,7 @@
}
}
else if (strcmp(type->answer, "wxpython") == 0) {
+ /* sprintf (progname, "%s/etc/wxpython/wxgui", G_gisbase()); */
if (rc_file->answer) {
G_spawn("wxgui", "workspace=%s", rc_file->answer, NULL);
}
More information about the grass-commit
mailing list