[GRASS-SVN] r52161 - grass/trunk/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 20 03:13:58 PDT 2012
Author: hamish
Date: 2012-06-20 03:13:57 -0700 (Wed, 20 Jun 2012)
New Revision: 52161
Modified:
grass/trunk/raster/r.in.xyz/main.c
Log:
gui sectioning
Modified: grass/trunk/raster/r.in.xyz/main.c
===================================================================
--- grass/trunk/raster/r.in.xyz/main.c 2012-06-20 10:03:24 UTC (rev 52160)
+++ grass/trunk/raster/r.in.xyz/main.c 2012-06-20 10:13:57 UTC (rev 52161)
@@ -225,6 +225,7 @@
zrange_opt->required = NO;
zrange_opt->key_desc = "min,max";
zrange_opt->description = _("Filter range for z data (min,max)");
+ zrange_opt->guisection = _("Advanced Input");
zscale_opt = G_define_option();
zscale_opt->key = "zscale";
@@ -232,6 +233,7 @@
zscale_opt->required = NO;
zscale_opt->answer = "1.0";
zscale_opt->description = _("Scale to apply to z data");
+ zscale_opt->guisection = _("Advanced Input");
vcol_opt = G_define_option();
vcol_opt->key = "value_column";
More information about the grass-commit
mailing list