[GRASS-SVN] r63096 - grass/branches/releasebranch_7_0/vector/v.buffer

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 08:10:42 PST 2014


Author: martinl
Date: 2014-11-26 08:10:42 -0800 (Wed, 26 Nov 2014)
New Revision: 63096

Modified:
   grass/branches/releasebranch_7_0/vector/v.buffer/main.c
Log:
v.buffer: use standardized options (#2409) - (merge r63095 from trunk)

Modified: grass/branches/releasebranch_7_0/vector/v.buffer/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.buffer/main.c	2014-11-26 16:09:06 UTC (rev 63095)
+++ grass/branches/releasebranch_7_0/vector/v.buffer/main.c	2014-11-26 16:10:42 UTC (rev 63096)
@@ -268,7 +268,6 @@
     angle_opt->guisection = _("Distance");
 
     bufcol_opt = G_define_standard_option(G_OPT_DB_COLUMN);
-    bufcol_opt->key = "bufcolumn";
     bufcol_opt->description =
 	_("Name of column to use for buffer distances");
     bufcol_opt->guisection = _("Distance");



More information about the grass-commit mailing list