瀏覽代碼

v.db.select: change guisection

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55520 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父節點
當前提交
8aed53a96e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vector/v.db.select/main.c

+ 2 - 0
vector/v.db.select/main.c

@@ -55,7 +55,9 @@ int main(int argc, char **argv)
     module->description = _("Prints vector map attributes.");
 
     map_opt = G_define_standard_option(G_OPT_V_MAP);
+
     field_opt = G_define_standard_option(G_OPT_V_FIELD);
+    field_opt->guisection = _("Selection");
 
     col_opt = G_define_standard_option(G_OPT_DB_COLUMNS);
     col_opt->guisection = _("Selection");