Getting 'saveover...' options working as they used to, under the new gperf stuff.
Showing a warning when using save-related options when "nosave" is set. (SourceForge Bug #3327493)
This commit is contained in:
parent
3d50141723
commit
fe56c473a5
4 changed files with 45 additions and 10 deletions
|
|
@ -42,7 +42,10 @@ struct cfginfo
|
|||
const char *parsertmp_windowsize;
|
||||
const char *print_delay;
|
||||
const char *printcommand;
|
||||
const char *promptless_save;
|
||||
// const char *promptless_save;
|
||||
const char *_promptless_save_over;
|
||||
const char *_promptless_save_over_new;
|
||||
const char *_promptless_save_over_ask;
|
||||
const char *rotate_orientation;
|
||||
const char *savedir;
|
||||
const char *simple_shapes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue