[GRASS-SVN] r44515 - grass/branches/develbranch_6/display/d.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 2 06:02:16 EST 2010


Author: martinl
Date: 2010-12-02 03:02:16 -0800 (Thu, 02 Dec 2010)
New Revision: 44515

Modified:
   grass/branches/develbranch_6/display/d.rast/main.c
Log:
d.rast: more guisections
(merge r44513 from trunk)


Modified: grass/branches/develbranch_6/display/d.rast/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.rast/main.c	2010-12-02 11:01:06 UTC (rev 44514)
+++ grass/branches/develbranch_6/display/d.rast/main.c	2010-12-02 11:02:16 UTC (rev 44515)
@@ -54,7 +54,7 @@
     
     /* set up command line */
     map = G_define_standard_option(G_OPT_R_MAP);
-    map->description = _("Raster map to be displayed");
+    map->description = _("Name of raster map to be displayed");
 
     catlist = G_define_option();
     catlist->key = "catlist";
@@ -81,10 +81,12 @@
     bg->gisprompt = GISPROMPT_COLOR;
     bg->required = NO;
     bg->description = _("Background color (for null)");
+    bg->guisection = _("Null cells");
 
     flag_o = G_define_flag();
     flag_o->key = 'o';
     flag_o->description = _("Overlay (non-null values only)");
+    flag_n->guisection = _("Null cells");
 
     flag_i = G_define_flag();
     flag_i->key = 'i';



More information about the grass-commit mailing list