Selaa lähdekoodia

etc/wxpython moved to ec/gui/wxpython

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41658 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 vuotta sitten
vanhempi
commit
25c70c3586
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/gis/parser.c

+ 1 - 1
lib/gis/parser.c

@@ -777,7 +777,7 @@ static void module_gui_wx(void)
     if (!st->pgm_path)
     if (!st->pgm_path)
 	G_fatal_error(_("Unable to determine program name"));
 	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"));
 	    getenv("GISBASE"));
     G_spawn(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), script, G_recreate_command(), NULL);
     G_spawn(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), script, G_recreate_command(), NULL);
 }
 }