[GRASS-SVN] r66317 - in grass/branches/releasebranch_7_0/display: d.legend d.vect.thematic
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 23 14:41:08 PDT 2015
Author: neteler
Date: 2015-09-23 14:41:08 -0700 (Wed, 23 Sep 2015)
New Revision: 66317
Modified:
grass/branches/releasebranch_7_0/display/d.legend/main.c
grass/branches/releasebranch_7_0/display/d.vect.thematic/main.c
Log:
d.legend, d.vect.thematic: add keyword
Modified: grass/branches/releasebranch_7_0/display/d.legend/main.c
===================================================================
--- grass/branches/releasebranch_7_0/display/d.legend/main.c 2015-09-23 21:39:11 UTC (rev 66316)
+++ grass/branches/releasebranch_7_0/display/d.legend/main.c 2015-09-23 21:41:08 UTC (rev 66317)
@@ -84,6 +84,7 @@
module = G_define_module();
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
+ G_add_keyword(_("legend"));
module->description =
_("Displays a legend for a 2D or 3D raster map in the active frame "
"of the graphics monitor.");
Modified: grass/branches/releasebranch_7_0/display/d.vect.thematic/main.c
===================================================================
--- grass/branches/releasebranch_7_0/display/d.vect.thematic/main.c 2015-09-23 21:39:11 UTC (rev 66316)
+++ grass/branches/releasebranch_7_0/display/d.vect.thematic/main.c 2015-09-23 21:41:08 UTC (rev 66317)
@@ -78,6 +78,7 @@
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
G_add_keyword(_("choropleth map"));
+ G_add_keyword(_("legend"));
module->description =
_("Displays a thematic vector map "
"in the active graphics frame.");
More information about the grass-commit
mailing list