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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 9 12:13:28 PST 2012


Author: annakrat
Date: 2012-12-09 12:13:28 -0800 (Sun, 09 Dec 2012)
New Revision: 54257

Modified:
   grass/trunk/raster/r.colors/edit_colors.c
Log:
r.colors: change gui section for file option

Modified: grass/trunk/raster/r.colors/edit_colors.c
===================================================================
--- grass/trunk/raster/r.colors/edit_colors.c	2012-12-09 11:10:55 UTC (rev 54256)
+++ grass/trunk/raster/r.colors/edit_colors.c	2012-12-09 20:13:28 UTC (rev 54257)
@@ -84,7 +84,7 @@
         		" amount of maps must be specified. This option is mutual"
         		" exclusive to the map option.");
     opt.file->required = NO;
-    opt.file->guisection = _("Define");
+    opt.file->guisection = _("Map");
 
     opt.colr = G_define_standard_option(G_OPT_M_COLR);
     opt.colr->guisection = _("Define");



More information about the grass-commit mailing list