1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +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:
Simon Tatham 2004-12-31 11:46:28 +00:00
parent f5c90091bb
commit 95cd479769

View File

@ -868,6 +868,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
* The Load/Save panel is available even in mid-session. * The Load/Save panel is available even in mid-session.
*/ */
s = ctrl_getset(b, "Session", "savedsessions", s = ctrl_getset(b, "Session", "savedsessions",
midsession ? "Save the current session settings" :
"Load, save or delete a stored session"); "Load, save or delete a stored session");
ctrl_columns(s, 2, 75, 25); ctrl_columns(s, 2, 75, 25);
ssd->sesslist = sesslist; ssd->sesslist = sesslist;