Changeset 67337
- Timestamp:
- Dec 23, 2015, 3:15:03 AM (9 years ago)
- File:
-
- 1 edited
-
grass/trunk/vector/v.db.select/main.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/vector/v.db.select/main.c
r67007 r67337 59 59 60 60 map_opt = G_define_standard_option(G_OPT_V_MAP); 61 map_opt->guisection = _("Main"); 61 62 62 63 field_opt = G_define_standard_option(G_OPT_V_FIELD); … … 76 77 77 78 fs_opt = G_define_standard_option(G_OPT_F_SEP); 78 fs_opt->guisection = _(" Format");79 fs_opt->guisection = _("Main"); 79 80 80 81 vs_opt = G_define_standard_option(G_OPT_F_SEP); … … 90 91 file_opt->key = "file"; 91 92 file_opt->required = NO; 93 file_opt->guisection = _("Main"); 92 94 file_opt->description = 93 95 _("Name for output file (if omitted or \"-\" output to stdout)");
Note:
See TracChangeset
for help on using the changeset viewer.
