[GRASS-SVN] r63109 - grass/trunk/vector/v.extrude

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


Author: martinl
Date: 2014-11-26 08:26:03 -0800 (Wed, 26 Nov 2014)
New Revision: 63109

Modified:
   grass/trunk/vector/v.extrude/main.c
Log:
v.extrude: use standardized options (#2409)

Modified: grass/trunk/vector/v.extrude/main.c
===================================================================
--- grass/trunk/vector/v.extrude/main.c	2014-11-26 16:24:49 UTC (rev 63108)
+++ grass/trunk/vector/v.extrude/main.c	2014-11-26 16:26:03 UTC (rev 63109)
@@ -113,7 +113,7 @@
     opt.height->guisection = _("Height");
 
     opt.hcolumn = G_define_standard_option(G_OPT_DB_COLUMN);
-    opt.hcolumn->key = "hcolumn";
+    opt.hcolumn->key = "height_column";
     opt.hcolumn->multiple = NO;
     opt.hcolumn->description = _("Name of attribute column with feature height");
     opt.hcolumn->guisection = _("Height");



More information about the grass-commit mailing list