[GRASS-SVN] r60315 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 18 07:01:29 PDT 2014


Author: martinl
Date: 2014-05-18 07:01:29 -0700 (Sun, 18 May 2014)
New Revision: 60315

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.inl.ogr: remove duplicated guisection


Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2014-05-18 13:59:59 UTC (rev 60314)
+++ grass/trunk/vector/v.in.ogr/main.c	2014-05-18 14:01:29 UTC (rev 60315)
@@ -241,7 +241,6 @@
     param.key->description = 
         _("If not given, categories are generated as unique values and stored in 'cat' column");
     param.key->guisection = _("Attributes");
-    param.key->guisection = _("Attributes");
 
     flag.formats = G_define_flag();
     flag.formats->key = 'f';



More information about the grass-commit mailing list