[GRASS-SVN] r49474 - grass/branches/develbranch_6/display/d.rgb
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 1 18:11:36 EST 2011
Author: martinl
Date: 2011-12-01 15:11:36 -0800 (Thu, 01 Dec 2011)
New Revision: 49474
Modified:
grass/branches/develbranch_6/display/d.rgb/main.c
Log:
d.rgb: more gui sections
Modified: grass/branches/develbranch_6/display/d.rgb/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.rgb/main.c 2011-12-01 23:07:57 UTC (rev 49473)
+++ grass/branches/develbranch_6/display/d.rgb/main.c 2011-12-01 23:11:36 UTC (rev 49474)
@@ -59,6 +59,7 @@
flag_o = G_define_flag();
flag_o->key = 'o';
flag_o->description = _("Overlay (non-null values only)");
+ flag_o->guisection = _("Null cells");
flag_x = G_define_flag();
flag_x->key = 'x';
More information about the grass-commit
mailing list