[GRASS-SVN] r43155 - grass/trunk/general/g.gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 17 16:04:40 EDT 2010
Author: martinl
Date: 2010-08-17 20:04:40 +0000 (Tue, 17 Aug 2010)
New Revision: 43155
Modified:
grass/trunk/general/g.gui/main.c
Log:
g.gui: cosmetics in description
Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c 2010-08-17 19:13:52 UTC (rev 43154)
+++ grass/trunk/general/g.gui/main.c 2010-08-17 20:04:40 UTC (rev 43155)
@@ -8,7 +8,7 @@
*
* PURPOSE: Start GRASS GUI from command line.
*
- * COPYRIGHT: (C) 2008 by the GRASS Development Team
+ * COPYRIGHT: (C) 2008, 2010 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
@@ -43,14 +43,14 @@
type->type = TYPE_STRING;
type->label = _("GUI type");
type->description = _("Default value: GRASS_GUI if defined otherwise wxpython");
- type->descriptions = _("wxpython;wxPython based GUI;"
+ type->descriptions = _("wxpython;wxPython based GUI (wxGUI);"
"text;command line interface only");
type->options = "wxpython,text";
rc_file = G_define_standard_option(G_OPT_F_INPUT);
rc_file->key = "workspace";
rc_file->required = NO;
- rc_file->description = _("Name of workspace file");
+ rc_file->description = _("Name of workspace file to load on start-up (valid only for wxGUI)");
update = G_define_flag();
update->key = 'u';
More information about the grass-commit
mailing list