[GRASS-SVN] r49359 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 25 15:03:30 EST 2011


Author: martinl
Date: 2011-11-25 12:03:30 -0800 (Fri, 25 Nov 2011)
New Revision: 49359

Modified:
   grass/trunk/lib/gis/parser.c
Log:
gislib: menuform.py -> forms.py (see r49347)


Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2011-11-25 20:02:33 UTC (rev 49358)
+++ grass/trunk/lib/gis/parser.c	2011-11-25 20:03:30 UTC (rev 49359)
@@ -787,7 +787,7 @@
     if (!st->pgm_path)
 	G_fatal_error(_("Unable to determine program name"));
 
-    sprintf(script, "%s/etc/gui/wxpython/gui_modules/menuform.py",
+    sprintf(script, "%s/etc/gui/wxpython/gui_core/forms.py",
 	    getenv("GISBASE"));
     G_spawn(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), script, G_recreate_command(), NULL);
 }



More information about the grass-commit mailing list