Sfoglia il codice sorgente

v.db.select: change guisection

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55520 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 anni fa
parent
commit
8aed53a96e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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.");
     module->description = _("Prints vector map attributes.");
 
 
     map_opt = G_define_standard_option(G_OPT_V_MAP);
     map_opt = G_define_standard_option(G_OPT_V_MAP);
+
     field_opt = G_define_standard_option(G_OPT_V_FIELD);
     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 = G_define_standard_option(G_OPT_DB_COLUMNS);
     col_opt->guisection = _("Selection");
     col_opt->guisection = _("Selection");