[GRASS-SVN] r41752 - grass/trunk/display/d.rast.arrow
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 8 04:24:04 EDT 2010
Author: hamish
Date: 2010-04-08 04:24:01 -0400 (Thu, 08 Apr 2010)
New Revision: 41752
Modified:
grass/trunk/display/d.rast.arrow/main.c
Log:
pull back from r41699: grid color='none' is important, 'shape' is not appropriate
Modified: grass/trunk/display/d.rast.arrow/main.c
===================================================================
--- grass/trunk/display/d.rast.arrow/main.c 2010-04-08 08:16:36 UTC (rev 41751)
+++ grass/trunk/display/d.rast.arrow/main.c 2010-04-08 08:24:01 UTC (rev 41752)
@@ -107,7 +107,6 @@
opt2->answer = "grass";
opt2->options = "grass,compass,agnps,answers";
opt2->description = _("Type of existing raster aspect map");
- opt2->guisection = _("Shape");
opt3 = G_define_option();
opt3->key = "arrow_color";
@@ -124,7 +123,7 @@
opt4->required = NO;
opt4->answer = "gray";
opt4->gisprompt = "old_color,color,color_none";
- opt4->description = _("Color for drawing grid");
+ opt4->description = _("Color for drawing grid or \"none\"");
opt4->guisection = _("Colors");
opt5 = G_define_option();
@@ -160,7 +159,6 @@
opt7->gisprompt = "old,cell,raster";
opt7->description =
_("Raster map containing values used for arrow length");
- opt7->guisection = _("Shape");
opt8 = G_define_option();
opt8->key = "scale";
@@ -168,7 +166,6 @@
opt8->required = NO;
opt8->answer = "1.0";
opt8->description = _("Scale factor for arrows (magnitude map)");
- opt8->guisection = _("Shape");
align = G_define_flag();
align->key = 'a';
More information about the grass-commit
mailing list