[GRASS-SVN] r62918 - grass/trunk/display/d.grid
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 25 01:25:42 PST 2014
Author: martinl
Date: 2014-11-25 01:25:42 -0800 (Tue, 25 Nov 2014)
New Revision: 62918
Modified:
grass/trunk/display/d.grid/main.c
Log:
d.grid: use standardized options (#2409)
Modified: grass/trunk/display/d.grid/main.c
===================================================================
--- grass/trunk/display/d.grid/main.c 2014-11-25 09:22:30 UTC (rev 62917)
+++ grass/trunk/display/d.grid/main.c 2014-11-25 09:25:42 UTC (rev 62918)
@@ -92,12 +92,12 @@
opt1->guisection = _("Color");
opt4 = G_define_standard_option(G_OPT_C_FG);
- opt4->key = "bordercolor";
+ opt4->key = "border_color";
opt4->label = _("Border color");
opt4->guisection = _("Color");
tcolor = G_define_standard_option(G_OPT_C_FG);
- tcolor->key = "textcolor";
+ tcolor->key = "text_color";
tcolor->answer = "gray";
tcolor->label = _("Text color");
tcolor->guisection = _("Color");
More information about the grass-commit
mailing list