[GRASS-SVN] r55178 - grass/branches/releasebranch_6_4/display/d.thematic.area

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 22 05:37:06 PST 2013


Author: annakrat
Date: 2013-02-22 05:37:06 -0800 (Fri, 22 Feb 2013)
New Revision: 55178

Modified:
   grass/branches/releasebranch_6_4/display/d.thematic.area/main.c
Log:
d.thematic.area: enable color gisprompt

Modified: grass/branches/releasebranch_6_4/display/d.thematic.area/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.thematic.area/main.c	2013-02-22 13:33:36 UTC (rev 55177)
+++ grass/branches/releasebranch_6_4/display/d.thematic.area/main.c	2013-02-22 13:37:06 UTC (rev 55178)
@@ -122,8 +122,7 @@
     colors_opt->required = YES;
     colors_opt->multiple = YES;
     colors_opt->description = _("Colors (one per class).");
-    /* This won't work. We would need multiple color prompt.
-     * colors_opt->gisprompt = GISPROMPT_COLOR; */
+    colors_opt->gisprompt = GISPROMPT_COLOR;
 
     field_opt = G_define_standard_option(G_OPT_V_FIELD);
     field_opt->description =



More information about the grass-commit mailing list