Changeset 62405
- Timestamp:
- Oct 26, 2014, 6:39:03 PM (10 years ago)
- File:
-
- 1 edited
-
grass/trunk/general/g.remove/main.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/general/g.remove/main.c
r62303 r62405 80 80 opt.type->descriptions = M_get_option_desc(TRUE); 81 81 opt.type->guidependency = "pattern,exclude,names,ignore"; 82 opt.type->guisection = _("Basic"); 82 83 83 84 opt.names = G_define_option(); … … 87 88 opt.names->gisprompt = "old,element,element"; 88 89 opt.names->description = _("File names separated by a comma"); 89 opt.names->guisection = _(" Names");90 opt.names->guisection = _("Basic"); 90 91 91 92 opt.ignore = G_define_option(); … … 96 97 opt.ignore->description = 97 98 _("File names to ignore separated by a comma (default: none)"); 98 opt.ignore->guisection = _(" Names");99 opt.ignore->guisection = _("Pattern"); 99 100 100 101 opt.pattern = G_define_option(); … … 124 125 flag.force = G_define_flag(); 125 126 flag.force->key = 'f'; 127 flag.force->guisection = _("Basic"); 126 128 flag.force->description = 127 129 _("Force removal (required for actual deletion of files)");
Note:
See TracChangeset
for help on using the changeset viewer.
