[GRASS-SVN] r42420 - grass/trunk/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 1 14:48:23 EDT 2010


Author: martinl
Date: 2010-06-01 14:48:18 -0400 (Tue, 01 Jun 2010)
New Revision: 42420

Modified:
   grass/trunk/vector/v.extract/main.c
Log:
v.extract: default layer to '1' (see #1081)


Modified: grass/trunk/vector/v.extract/main.c
===================================================================
--- grass/trunk/vector/v.extract/main.c	2010-06-01 18:03:30 UTC (rev 42419)
+++ grass/trunk/vector/v.extract/main.c	2010-06-01 18:48:18 UTC (rev 42420)
@@ -109,7 +109,7 @@
 
     inopt = G_define_standard_option(G_OPT_V_INPUT);
 
-    fieldopt = G_define_standard_option(G_OPT_V_FIELD_ALL);
+    fieldopt = G_define_standard_option(G_OPT_V_FIELD);
     fieldopt->guisection = _("Selection");
     
     typopt = G_define_standard_option(G_OPT_V_TYPE);



More information about the grass-commit mailing list