mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Ability to save in mid-session! Simplest possible resolution to all
the difficult questions about when it's sensible to offer the option of saving to the slot we loaded from: _we never do_. The user must always explicitly specify a slot to save to. [originally from svn r5035] [this svn revision also touched putty-wishlist]
This commit is contained in:
@ -632,7 +632,7 @@ int do_reconfig(HWND hwnd)
|
||||
backup_cfg = cfg; /* structure copy */
|
||||
|
||||
ctrlbox = ctrl_new_box();
|
||||
setup_config_box(ctrlbox, NULL, TRUE, cfg.protocol);
|
||||
setup_config_box(ctrlbox, &sesslist, TRUE, cfg.protocol);
|
||||
win_setup_config_box(ctrlbox, &dp.hwnd, (help_path != NULL), TRUE);
|
||||
dp_init(&dp);
|
||||
winctrl_init(&ctrls_base);
|
||||
|
Reference in New Issue
Block a user