[GRASS-SVN] r55177 - grass/trunk/display/d.thematic.area
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 22 05:33:37 PST 2013
Author: annakrat
Date: 2013-02-22 05:33:36 -0800 (Fri, 22 Feb 2013)
New Revision: 55177
Modified:
grass/trunk/display/d.thematic.area/main.c
Log:
enable color gisprompt
Modified: grass/trunk/display/d.thematic.area/main.c
===================================================================
--- grass/trunk/display/d.thematic.area/main.c 2013-02-22 11:46:48 UTC (rev 55176)
+++ grass/trunk/display/d.thematic.area/main.c 2013-02-22 13:33:36 UTC (rev 55177)
@@ -126,8 +126,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 = "old_color,color,color"; */
+ colors_opt->gisprompt = "old_color,color,color";
field_opt = G_define_standard_option(G_OPT_V_FIELD);
field_opt->description =
More information about the grass-commit
mailing list