[GRASS-SVN] r58218 - grass/trunk/raster/r.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 14 11:30:19 PST 2013


Author: martinl
Date: 2013-11-14 11:30:19 -0800 (Thu, 14 Nov 2013)
New Revision: 58218

Modified:
   grass/trunk/raster/r.proj/main.c
Log:
r.proj: more gui sections

Modified: grass/trunk/raster/r.proj/main.c
===================================================================
--- grass/trunk/raster/r.proj/main.c	2013-11-14 19:28:02 UTC (rev 58217)
+++ grass/trunk/raster/r.proj/main.c	2013-11-14 19:30:19 UTC (rev 58218)
@@ -207,7 +207,8 @@
     list = G_define_flag();
     list->key = 'l';
     list->description = _("List raster maps in input location and exit");
-
+    list->guisection = _("Print");
+    
     nocrop = G_define_flag();
     nocrop->key = 'n';
     nocrop->description = _("Do not perform region cropping optimization");
@@ -216,13 +217,13 @@
     print_bounds->key = 'p';
     print_bounds->description =
 	_("Print input map's bounds in the current projection and exit");
-    print_bounds->guisection = _("Target");
+    print_bounds->guisection = _("Print");
     
     gprint_bounds = G_define_flag();
     gprint_bounds->key = 'g';
     gprint_bounds->description =
 	_("Print input map's bounds in the current projection and exit (shell style)");
-    gprint_bounds->guisection = _("Target");
+    gprint_bounds->guisection = _("Print");
 
     /* The parser checks if the map already exists in current mapset,
        we switch out the check and do it



More information about the grass-commit mailing list