瀏覽代碼

enable color gisprompt

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55177 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 12 年之前
父節點
當前提交
6f068f181b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      display/d.thematic.area/main.c

+ 1 - 2
display/d.thematic.area/main.c

@@ -126,8 +126,7 @@ int main(int argc, char **argv)
     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 =