[GRASS-SVN] r59421 - grass-addons/grass7/raster/r.stream.snap

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 07:34:59 PDT 2014


Author: martinl
Date: 2014-03-27 07:34:58 -0700 (Thu, 27 Mar 2014)
New Revision: 59421

Modified:
   grass-addons/grass7/raster/r.stream.snap/main.c
Log:
r.stream.snap: guisection cosmetics


Modified: grass-addons/grass7/raster/r.stream.snap/main.c
===================================================================
--- grass-addons/grass7/raster/r.stream.snap/main.c	2014-03-27 14:33:35 UTC (rev 59420)
+++ grass-addons/grass7/raster/r.stream.snap/main.c	2014-03-27 14:34:58 UTC (rev 59421)
@@ -89,7 +89,8 @@
     opt_swapsize->answer = "300";
     opt_swapsize->required = NO;
     opt_swapsize->description = _("Max memory used (MB)");
-
+    opt_swapsize->guisection = _("Memory settings");
+    
     if (G_parser(argc, argv))	/* parser */
 	exit(EXIT_FAILURE);
 



More information about the grass-commit mailing list