git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49359 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -787,7 +787,7 @@ static void module_gui_wx(void)
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);
}