[GRASS-SVN] r34692 - grass/branches/develbranch_6/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 3 01:29:52 EST 2008


Author: martinl
Date: 2008-12-03 01:29:51 -0500 (Wed, 03 Dec 2008)
New Revision: 34692

Modified:
   grass/branches/develbranch_6/vector/v.extract/main.c
Log:
v.extract: layer_all


Modified: grass/branches/develbranch_6/vector/v.extract/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.extract/main.c	2008-12-03 00:49:09 UTC (rev 34691)
+++ grass/branches/develbranch_6/vector/v.extract/main.c	2008-12-03 06:29:51 UTC (rev 34692)
@@ -117,6 +117,7 @@
     typopt->guisection = _("Selection");
 
     fieldopt = G_define_standard_option(G_OPT_V_FIELD);
+    fieldopt->gisprompt = "old_layer,layer,layer_all";
     fieldopt->label =
 	_("Layer number (if -1, all features in all layers of given type " "are extracted)");
     fieldopt->guisection = _("Selection");



More information about the grass-commit mailing list