[GRASS-SVN] r44219 - grass/branches/releasebranch_6_4/vector/v.select

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 7 12:42:12 EST 2010


Author: martinl
Date: 2010-11-07 09:42:12 -0800 (Sun, 07 Nov 2010)
New Revision: 44219

Modified:
   grass/branches/releasebranch_6_4/vector/v.select/args.c
Log:
v.select: 'operator' moved to 'Required' tab


Modified: grass/branches/releasebranch_6_4/vector/v.select/args.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.select/args.c	2010-11-07 17:40:50 UTC (rev 44218)
+++ grass/branches/releasebranch_6_4/vector/v.select/args.c	2010-11-07 17:42:12 UTC (rev 44219)
@@ -47,6 +47,7 @@
 	_("A feature is written to output if the result of operation 'ainput operator binput' is true. "
 	  "An input feature is considered to be true, if category of given layer is defined.");
     parm->operator->answer = "overlap";
+    parm->operator->guisection = _("Required");
 #ifndef HAVE_GEOS
     parm->operator->options = "overlap";
     parm->operator->descriptions = _("overlap;features partially or completely overlap");



More information about the grass-commit mailing list