[GRASS-SVN] r41107 -
grass/branches/develbranch_6/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 19 02:57:56 EST 2010
Author: mmetz
Date: 2010-02-19 02:57:55 -0500 (Fri, 19 Feb 2010)
New Revision: 41107
Modified:
grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
Log:
make wxGUI happy (backport from relbr r41106)
Modified: grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2010-02-19 07:52:40 UTC (rev 41106)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2010-02-19 07:57:55 UTC (rev 41107)
@@ -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