[GRASS-SVN] r40171 - grass/branches/develbranch_6/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 1 08:14:27 EST 2010


Author: hamish
Date: 2010-01-01 08:14:27 -0500 (Fri, 01 Jan 2010)
New Revision: 40171

Modified:
   grass/branches/develbranch_6/display/d.vect/main.c
Log:
guisection for -z (merge from trunk)

Modified: grass/branches/develbranch_6/display/d.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.vect/main.c	2010-01-01 13:13:12 UTC (rev 40170)
+++ grass/branches/develbranch_6/display/d.vect/main.c	2010-01-01 13:14:27 UTC (rev 40171)
@@ -379,6 +379,7 @@
     zcol_flag = G_define_flag();
     zcol_flag->key = 'z';
     zcol_flag->description = _("Colorize polygons according to z height");
+    zcol_flag->guisection = _("Colors");
 
     /* Check command line */
     if (G_parser(argc, argv))



More information about the grass-commit mailing list