瀏覽代碼

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 年之前
父節點
當前提交
aa03e51e9a
共有 1 個文件被更改,包括 3 次插入3 次删除
  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 =
 	_("Combination of types is not supported "
 	  "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->guisection = _("Input");
+    options->field->guisection = _("Selection");
 
     options->dsn = G_define_option();
     options->dsn->key = "dsn";
@@ -86,7 +86,7 @@ void parse_args(int argc, char **argv,
     flags->cat->description =
 	_("Also export features without category (not labeled). "
 	  "Otherwise only features with category are exported.");
-    flags->cat->guisection = _("Input");
+    flags->cat->guisection = _("Selection");
 
     flags->esristyle = G_define_flag();
     flags->esristyle->key = 'e';