[GRASS-SVN] r30581 - grass/trunk/vector/v.in.ascii

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 16 07:43:01 EDT 2008


Author: martinl
Date: 2008-03-16 07:43:01 -0400 (Sun, 16 Mar 2008)
New Revision: 30581

Modified:
   grass/trunk/vector/v.in.ascii/in.c
Log:
v.in.ascii: cosmetics in guisections (input moved to tab 'Required')

Modified: grass/trunk/vector/v.in.ascii/in.c
===================================================================
--- grass/trunk/vector/v.in.ascii/in.c	2008-03-16 11:26:01 UTC (rev 30580)
+++ grass/trunk/vector/v.in.ascii/in.c	2008-03-16 11:43:01 UTC (rev 30581)
@@ -54,6 +54,7 @@
     old->required = NO;
     old->description =
 	_("ASCII file to be imported, if not given reads from standard input");
+    old->guisection = _("Required");
 
     new = G_define_standard_option(G_OPT_V_OUTPUT);
 
@@ -135,12 +136,12 @@
 
     zcoorf = G_define_flag();
     zcoorf->key = 'z';
-    zcoorf->description = _("Create 3D file");
+    zcoorf->description = _("Create 3D vector map");
 
     e_flag = G_define_flag();
     e_flag->key = 'e';
     e_flag->description =
-	_("Create a new empty map and exit. Nothing is read from input");
+	_("Create a new empty vector map and exit. Nothing is read from input");
 
     noheader_flag = G_define_flag();
     noheader_flag->key = 'n';
@@ -150,6 +151,7 @@
     t_flag = G_define_flag();
     t_flag->key = 't';
     t_flag->description = _("Do not create table in points mode");
+    t_flag->guisection = _("Columns");
 
     notopol_flag = G_define_flag();
     notopol_flag->key = 'b';



More information about the grass-commit mailing list