[GRASS-SVN] r35055 - grass/trunk/vector/v.to.3d

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 26 12:45:04 EST 2008


Author: martinl
Date: 2008-12-26 12:45:04 -0500 (Fri, 26 Dec 2008)
New Revision: 35055

Modified:
   grass/trunk/vector/v.to.3d/args.c
Log:
v.to.3d: fix compilation error


Modified: grass/trunk/vector/v.to.3d/args.c
===================================================================
--- grass/trunk/vector/v.to.3d/args.c	2008-12-26 17:02:35 UTC (rev 35054)
+++ grass/trunk/vector/v.to.3d/args.c	2008-12-26 17:45:04 UTC (rev 35055)
@@ -33,7 +33,7 @@
     opt->field = G_define_standard_option(G_OPT_V_FIELD);
     opt->field->guisection = _("Height");
 
-    opt->column = G_define_standard_option(G_OPT_COLUMN);
+    opt->column = G_define_standard_option(G_OPT_DB_COLUMN);
     opt->column->label = _("Name of attribute column used for height");
     opt->column->description =
 	_("Can be used for reverse transformation, to store height of points");



More information about the grass-commit mailing list