Changeset 67337


Ignore:
Timestamp:
Dec 23, 2015, 3:15:03 AM (9 years ago)
Author:
mlennert
Message:

Group most important parameters in a 'Main' tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/vector/v.db.select/main.c

    r67007 r67337  
    5959
    6060    map_opt = G_define_standard_option(G_OPT_V_MAP);
     61    map_opt->guisection = _("Main");
    6162
    6263    field_opt = G_define_standard_option(G_OPT_V_FIELD);
     
    7677
    7778    fs_opt = G_define_standard_option(G_OPT_F_SEP);
    78     fs_opt->guisection = _("Format");
     79    fs_opt->guisection = _("Main");
    7980
    8081    vs_opt = G_define_standard_option(G_OPT_F_SEP);
     
    9091    file_opt->key = "file";
    9192    file_opt->required = NO;
     93    file_opt->guisection = _("Main");
    9294    file_opt->description =
    9395        _("Name for output file (if omitted or \"-\" output to stdout)");
Note: See TracChangeset for help on using the changeset viewer.