[GRASS-SVN] r57592 - grass/trunk/display/d.vect.chart
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 3 18:12:37 PDT 2013
Author: martinl
Date: 2013-09-03 18:12:37 -0700 (Tue, 03 Sep 2013)
New Revision: 57592
Modified:
grass/trunk/display/d.vect.chart/main.c
Log:
d.vect.chart: more guisections
Modified: grass/trunk/display/d.vect.chart/main.c
===================================================================
--- grass/trunk/display/d.vect.chart/main.c 2013-09-04 01:07:53 UTC (rev 57591)
+++ grass/trunk/display/d.vect.chart/main.c 2013-09-04 01:12:37 UTC (rev 57592)
@@ -71,8 +71,10 @@
type_opt = G_define_standard_option(G_OPT_V_TYPE);
type_opt->answer = "point,line,boundary,centroid";
+ type_opt->guisection = _("Selection");
field_opt = G_define_standard_option(G_OPT_V_FIELD);
+ field_opt->guisection = _("Selection");
ctype_opt = G_define_option();
ctype_opt->key = "ctype";
More information about the grass-commit
mailing list