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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 30 08:51:24 PST 2012


Author: martinl
Date: 2012-11-30 08:51:24 -0800 (Fri, 30 Nov 2012)
New Revision: 54119

Modified:
   grass/trunk/raster/r.colors/edit_colors.c
Log:
r.colors: param `map` should be more visible in guisections


Modified: grass/trunk/raster/r.colors/edit_colors.c
===================================================================
--- grass/trunk/raster/r.colors/edit_colors.c	2012-11-30 16:36:09 UTC (rev 54118)
+++ grass/trunk/raster/r.colors/edit_colors.c	2012-11-30 16:51:24 UTC (rev 54119)
@@ -72,7 +72,7 @@
         opt.maps = G_define_standard_option(G_OPT_R_MAPS);
     }
     opt.maps->required = NO;
-    opt.maps->guisection = _("Define");
+    opt.maps->guisection = _("Map");
 
     opt.file = G_define_standard_option(G_OPT_F_INPUT);
     opt.file->key = "file";



More information about the grass-commit mailing list