فهرست منبع

g.gui: cosmetics in description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43155 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 سال پیش
والد
کامیت
2181a2e09e
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      general/g.gui/main.c

+ 3 - 3
general/g.gui/main.c

@@ -8,7 +8,7 @@
  *
  *
  * PURPOSE:      Start GRASS GUI from command line.
  * 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
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -43,14 +43,14 @@ int main(int argc, char *argv[])
     type->type = TYPE_STRING;
     type->type = TYPE_STRING;
     type->label = _("GUI type");
     type->label = _("GUI type");
     type->description = _("Default value: GRASS_GUI if defined otherwise wxpython");
     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");
 			   "text;command line interface only");
     type->options = "wxpython,text";
     type->options = "wxpython,text";
 
 
     rc_file = G_define_standard_option(G_OPT_F_INPUT);
     rc_file = G_define_standard_option(G_OPT_F_INPUT);
     rc_file->key = "workspace";
     rc_file->key = "workspace";
     rc_file->required = NO;
     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 = G_define_flag();
     update->key = 'u';
     update->key = 'u';