[GRASS-SVN] r43227 - grass/branches/releasebranch_6_4/general/g.gui

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 06:36:55 EDT 2010


Author: hamish
Date: 2010-08-24 10:36:55 +0000 (Tue, 24 Aug 2010)
New Revision: 43227

Modified:
   grass/branches/releasebranch_6_4/general/g.gui/main.c
Log:
reorder options (sync with devbr6)

Modified: grass/branches/releasebranch_6_4/general/g.gui/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.gui/main.c	2010-08-24 10:28:07 UTC (rev 43226)
+++ grass/branches/releasebranch_6_4/general/g.gui/main.c	2010-08-24 10:36:55 UTC (rev 43227)
@@ -41,12 +41,12 @@
     type->key = "gui";
     type->type = TYPE_STRING;
     type->label = _("GUI type");
-    type->description = _("Default value: GRASS_GUI if defined otherwise wxpython");
-    type->descriptions = _("tcltk;Tcl/Tk based GUI - GIS Manager (gis.m);"
+    type->description = _("Default value: GRASS_GUI if defined, otherwise wxpython");
+    type->descriptions = _("wxpython;wxPython based next generation GUI;"
+			   "tcltk;Tcl/Tk based GUI - GIS Manager (gis.m);"
 			   "oldtcltk;Old Tcl/Tk based GUI - Display Manager (d.m);"
-			   "wxpython;wxPython based next generation GUI;"
 			   "text;command line interface only");
-    type->options = "tcltk,oldtcltk,wxpython,text";
+    type->options = "wxpython,tcltk,oldtcltk,text";
 
     rc_file = G_define_standard_option(G_OPT_F_INPUT);
     rc_file->key = "workspace";



More information about the grass-commit mailing list