[GRASS-SVN] r41106 -
grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 19 02:52:42 EST 2010
Author: mmetz
Date: 2010-02-19 02:52:40 -0500 (Fri, 19 Feb 2010)
New Revision: 41106
Modified:
grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
Log:
make wxGUI happy
Modified: grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c 2010-02-18 22:55:38 UTC (rev 41105)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c 2010-02-19 07:52:40 UTC (rev 41106)
@@ -147,8 +147,9 @@
dfield_opt = G_define_standard_option(G_OPT_V_FIELD);
dfield_opt->description =
- _("If set to -1, z coordinates are used. (3D vector only)");
- dfield_opt->answer = "-1";
+ _("If set to 0, z coordinates are used. (3D vector only)");
+ dfield_opt->answer = "0";
+ dfield_opt->gisprompt = "old_layer,layer,layer_zero";
dfield_opt->guisection = _("Settings");
col_opt = G_define_option();
More information about the grass-commit
mailing list