[GRASS-SVN] r38625 - grass/branches/releasebranch_6_4/vector/v.buffer2

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 6 04:48:27 EDT 2009


Author: hamish
Date: 2009-08-06 04:48:27 -0400 (Thu, 06 Aug 2009)
New Revision: 38625

Modified:
   grass/branches/releasebranch_6_4/vector/v.buffer2/main.c
Log:
+missing guisections (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/vector/v.buffer2/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.buffer2/main.c	2009-08-06 08:45:45 UTC (rev 38624)
+++ grass/branches/releasebranch_6_4/vector/v.buffer2/main.c	2009-08-06 08:48:27 UTC (rev 38625)
@@ -180,6 +180,7 @@
     angle_opt->required = NO;
     angle_opt->answer = "0";
     angle_opt->description = _("Angle of major axis in degrees");
+    angle_opt->guisection = _("Distance");
 
     bufcol_opt = G_define_standard_option(G_OPT_COLUMN);
     bufcol_opt->key = "bufcolumn";
@@ -193,6 +194,7 @@
     scale_opt->required = NO;
     scale_opt->answer = "1.0";
     scale_opt->description = _("Scaling factor for attribute column values");
+    scale_opt->guisection = _("Distance");
 
     tol_opt = G_define_option();
     tol_opt->key = "tolerance";



More information about the grass-commit mailing list