[GRASS-SVN] r57920 - grass/trunk/raster/r.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 3 03:59:11 PDT 2013


Author: martinl
Date: 2013-10-03 03:59:10 -0700 (Thu, 03 Oct 2013)
New Revision: 57920

Modified:
   grass/trunk/raster/r.colors/edit_colors.c
Log:
r.colors: guisection cosmetics


Modified: grass/trunk/raster/r.colors/edit_colors.c
===================================================================
--- grass/trunk/raster/r.colors/edit_colors.c	2013-10-03 10:56:28 UTC (rev 57919)
+++ grass/trunk/raster/r.colors/edit_colors.c	2013-10-03 10:59:10 UTC (rev 57920)
@@ -119,6 +119,7 @@
     flag.w->key = 'w';
     flag.w->description =
         _("Only write new color table if one doesn't already exist");
+    flag.w->guisection = _("Define");
 
     flag.l = G_define_flag();
     flag.l->key = 'l';



More information about the grass-commit mailing list