[GRASS-SVN] r33786 - grass/trunk/display/d.rast
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 9 05:03:08 EDT 2008
Author: martinl
Date: 2008-10-09 05:03:08 -0400 (Thu, 09 Oct 2008)
New Revision: 33786
Modified:
grass/trunk/display/d.rast/main.c
Log:
d.rast: missing bg->type
(merge from devbr6, r33785)
Modified: grass/trunk/display/d.rast/main.c
===================================================================
--- grass/trunk/display/d.rast/main.c 2008-10-09 09:02:15 UTC (rev 33785)
+++ grass/trunk/display/d.rast/main.c 2008-10-09 09:03:08 UTC (rev 33786)
@@ -79,6 +79,7 @@
bg = G_define_option();
bg->key = "bg";
bg->key_desc = "color";
+ bg->type = TYPE_STRING;
bg->gisprompt = GISPROMPT_COLOR;
bg->required = NO;
bg->description = _("Background color (for null)");
More information about the grass-commit
mailing list