Browse Source

v.out.ogr: rename guisection - Input -> Selection

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48011 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
aa03e51e9a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      vector/v.out.ogr/args.c

+ 3 - 3
vector/v.out.ogr/args.c

@@ -16,10 +16,10 @@ void parse_args(int argc, char **argv,
     options->type->description =
     options->type->description =
 	_("Combination of types is not supported "
 	_("Combination of types is not supported "
 	  "by all output formats. Default is to use first type found in input vector map.");
 	  "by all output formats. Default is to use first type found in input vector map.");
-    options->type->guisection = _("Input");
+    options->type->guisection = _("Selection");
 
 
     options->field = G_define_standard_option(G_OPT_V_FIELD);
     options->field = G_define_standard_option(G_OPT_V_FIELD);
-    options->field->guisection = _("Input");
+    options->field->guisection = _("Selection");
 
 
     options->dsn = G_define_option();
     options->dsn = G_define_option();
     options->dsn->key = "dsn";
     options->dsn->key = "dsn";
@@ -86,7 +86,7 @@ void parse_args(int argc, char **argv,
     flags->cat->description =
     flags->cat->description =
 	_("Also export features without category (not labeled). "
 	_("Also export features without category (not labeled). "
 	  "Otherwise only features with category are exported.");
 	  "Otherwise only features with category are exported.");
-    flags->cat->guisection = _("Input");
+    flags->cat->guisection = _("Selection");
 
 
     flags->esristyle = G_define_flag();
     flags->esristyle = G_define_flag();
     flags->esristyle->key = 'e';
     flags->esristyle->key = 'e';