In r5043 Jacob removed the `Load' and `Delete' buttons in the saved-
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 31 Dec 2004 11:46:28 +0000 (11:46 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 31 Dec 2004 11:46:28 +0000 (11:46 +0000)
sessions panel in the reconfig box. I think, given that, the title
of that box also wants work :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@5052 cda61777-01e9-0310-a592-d414129be87e

config.c

index b1a49b6..474654d 100644 (file)
--- a/config.c
+++ b/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;