Переглянути джерело

r.proj: more gui sections

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58218 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 роки тому
батько
коміт
7849ddc29d
1 змінених файлів з 4 додано та 3 видалено
  1. 4 3
      raster/r.proj/main.c

+ 4 - 3
raster/r.proj/main.c

@@ -207,7 +207,8 @@ int main(int argc, char **argv)
     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 @@ int main(int argc, char **argv)
     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