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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 11 09:03:45 EST 2008


Author: martinl
Date: 2008-02-11 09:03:45 -0500 (Mon, 11 Feb 2008)
New Revision: 30084

Modified:
   grass/trunk/lib/gis/parser.c
Log:
Fixing 'wx' variable renamed to 'wxpython'

Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2008-02-11 13:51:07 UTC (rev 30083)
+++ grass/trunk/lib/gis/parser.c	2008-02-11 14:03:45 UTC (rev 30084)
@@ -2022,7 +2022,7 @@
 	gui = G_getenv("GRASS_GUI");
     }
 
-    if (gui && strcmp(gui, "wx") == 0)
+    if (gui && strcmp(gui, "wxpython") == 0)
 	G_gui_wx();
     else
 	G_gui_tcltk();



More information about the grass-commit mailing list