[GRASS-SVN] r39976 - grass/trunk/vector/v.clean
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 11 06:21:38 EST 2009
Author: mmetz
Date: 2009-12-11 06:21:37 -0500 (Fri, 11 Dec 2009)
New Revision: 39976
Modified:
grass/trunk/vector/v.clean/main.c
Log:
clean features of all layers by default
Modified: grass/trunk/vector/v.clean/main.c
===================================================================
--- grass/trunk/vector/v.clean/main.c 2009-12-11 11:20:27 UTC (rev 39975)
+++ grass/trunk/vector/v.clean/main.c 2009-12-11 11:21:37 UTC (rev 39976)
@@ -48,6 +48,7 @@
in_opt = G_define_standard_option(G_OPT_V_INPUT);
field_opt = G_define_standard_option(G_OPT_V_FIELD_ALL);
+ field_opt->answer = "-1";
field_opt->guisection = _("Selection");
type_opt = G_define_standard_option(G_OPT_V3_TYPE);
type_opt->guisection = _("Selection");
More information about the grass-commit
mailing list