[GRASS-SVN] r29685 - grass/trunk/vector/v.edit/cmd

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 12 15:11:07 EST 2008


Author: martinl
Date: 2008-01-12 15:11:07 -0500 (Sat, 12 Jan 2008)
New Revision: 29685

Modified:
   grass/trunk/vector/v.edit/cmd/args.c
Log:
Add new guisection 'Input'

Modified: grass/trunk/vector/v.edit/cmd/args.c
===================================================================
--- grass/trunk/vector/v.edit/cmd/args.c	2008-01-12 20:06:37 UTC (rev 29684)
+++ grass/trunk/vector/v.edit/cmd/args.c	2008-01-12 20:11:07 UTC (rev 29685)
@@ -95,6 +95,7 @@
     params -> in -> required    = NO;
     params -> in -> label       = _("ASCII file to be converted to binary vector map");
     params -> in -> description = _("If not given (or \"-\") reads from standard input");
+    params -> in -> guisection  = _("Input");
 
     params -> move = G_define_option();
     params -> move->key         = "move";
@@ -207,7 +208,8 @@
     params -> header = G_define_flag();
     params -> header -> key          = 'n';
     params -> header -> description  = _("Do not expect header of input data");
-	
+    params -> header -> guisection  = _("Input");
+
     params -> topo = G_define_flag();
     params -> topo -> key = 't';
     params -> topo -> description = _("Do not build topology");



More information about the grass-commit mailing list