[GRASS-SVN] r32306 - grass/branches/develbranch_6/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 26 06:08:31 EDT 2008


Author: martinl
Date: 2008-07-26 06:08:30 -0400 (Sat, 26 Jul 2008)
New Revision: 32306

Modified:
   grass/branches/develbranch_6/vector/v.to.db/parse.c
Log:
glynn: Shorten parms.type->label; use ->description for full description (merged from trunk, r32304)

Modified: grass/branches/develbranch_6/vector/v.to.db/parse.c
===================================================================
--- grass/branches/develbranch_6/vector/v.to.db/parse.c	2008-07-26 09:24:38 UTC (rev 32305)
+++ grass/branches/develbranch_6/vector/v.to.db/parse.c	2008-07-26 10:08:30 UTC (rev 32306)
@@ -32,8 +32,9 @@
     parms.type = G_define_standard_option(G_OPT_V_TYPE) ;
     parms.type->options      = "point,line,boundary,centroid";
     parms.type->answer       = "point,line,boundary,centroid";
-    parms.type->label        = _("Type of elements (for coor valid point/centroid, "
+    parms.type->description  = _("Type of elements (for coor valid point/centroid, "
 				 "for length valid line/boundary)");	
+    parms.type->label        = _("Type of elements");	
     
     parms.field = G_define_standard_option(G_OPT_V_FIELD);
 



More information about the grass-commit mailing list