[GRASS-SVN] r50985 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 4 07:00:05 EST 2012


Author: martinl
Date: 2012-03-04 04:00:05 -0800 (Sun, 04 Mar 2012)
New Revision: 50985

Modified:
   grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
wxGUI major code reorganization (part4) - fix parser


Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c	2012-03-04 11:55:32 UTC (rev 50984)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c	2012-03-04 12:00:05 UTC (rev 50985)
@@ -2011,7 +2011,7 @@
     if (!pgm_name)
 	G_fatal_error(_("Unable to determine program name"));
 
-    sprintf(script, "%s/etc/wxpython/gui_modules/menuform.py",
+    sprintf(script, "%s/etc/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