[GRASS-SVN] r41658 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 2 06:23:19 EDT 2010
Author: martinl
Date: 2010-04-02 06:23:18 -0400 (Fri, 02 Apr 2010)
New Revision: 41658
Modified:
grass/trunk/lib/gis/parser.c
Log:
etc/wxpython moved to ec/gui/wxpython
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2010-04-02 08:16:41 UTC (rev 41657)
+++ grass/trunk/lib/gis/parser.c 2010-04-02 10:23:18 UTC (rev 41658)
@@ -777,7 +777,7 @@
if (!st->pgm_path)
G_fatal_error(_("Unable to determine program name"));
- sprintf(script, "%s/etc/wxpython/gui_modules/menuform.py",
+ sprintf(script, "%s/etc/gui/wxpython/gui_modules/menuform.py",
getenv("GISBASE"));
G_spawn(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), script, G_recreate_command(), NULL);
}
More information about the grass-commit
mailing list