[GRASS-SVN] r52888 - grass/branches/develbranch_6/general/g.gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 25 04:13:15 PDT 2012
Author: mmetz
Date: 2012-08-25 04:13:14 -0700 (Sat, 25 Aug 2012)
New Revision: 52888
Modified:
grass/branches/develbranch_6/general/g.gui/main.c
Log:
sync to relbr64
Modified: grass/branches/develbranch_6/general/g.gui/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.gui/main.c 2012-08-25 11:08:53 UTC (rev 52887)
+++ grass/branches/develbranch_6/general/g.gui/main.c 2012-08-25 11:13:14 UTC (rev 52888)
@@ -42,7 +42,7 @@
type->type = TYPE_STRING;
type->label = _("GUI type");
type->description = _("Default value: GRASS_GUI if defined, otherwise wxpython");
- type->descriptions = _("wxpython;wxPython based next generation GUI;"
+ type->descriptions = _("wxpython;wxPython based GUI - wxGUI;"
"tcltk;Tcl/Tk based GUI - GIS Manager (gis.m);"
"oldtcltk;Old Tcl/Tk based GUI - Display Manager (d.m);"
"text;command line interface only");
More information about the grass-commit
mailing list