Ver código fonte

v.out.postgis: guisections cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58233 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 anos atrás
pai
commit
02db0a5568
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      vector/v.out.postgis/args.c

+ 1 - 0
vector/v.out.postgis/args.c

@@ -45,6 +45,7 @@ void define_options(struct params *params, struct flags *flags)
     params->olink->description = 
         _("If not specified, the vector link is not created. "
           "The link can be also manually created by 'v.external' module.");
+    params->olink->guisection = _("Creation");
 
     params->opts = G_define_option();
     params->opts->key = "options";