mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
In r5043 Jacob removed the Load' and
Delete' buttons in the saved-
sessions panel in the reconfig box. I think, given that, the title
of that box also wants work :-)
[originally from svn r5052]
[r5043 == f494d60e06
]
This commit is contained in:
parent
f5c90091bb
commit
95cd479769
1
config.c
1
config.c
@ -868,6 +868,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
|
||||
* The Load/Save panel is available even in mid-session.
|
||||
*/
|
||||
s = ctrl_getset(b, "Session", "savedsessions",
|
||||
midsession ? "Save the current session settings" :
|
||||
"Load, save or delete a stored session");
|
||||
ctrl_columns(s, 2, 75, 25);
|
||||
ssd->sesslist = sesslist;
|
||||
|
Loading…
Reference in New Issue
Block a user