Explorar o código

v.external.out: more guisections

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44711 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=14) %!d(string=hai) anos
pai
achega
893092ebe1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      vector/v.external.out/args.c

+ 2 - 1
vector/v.external.out/args.c

@@ -39,7 +39,8 @@ void parse_args(int argc, char **argv,
     flags->r->key = 'r';
     flags->r->description = _("Cease using OGR, revert to native output and exit");
     flags->r->suppress_required = YES;
-
+    flags->r->guisection = _("Native");
+    
     flags->p = G_define_flag();
     flags->p->key = 'p';
     flags->p->description = _("Print current status");