]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
In r5043 Jacob removed the `Load' and `Delete' buttons in the saved-
authorSimon Tatham <anakin@pobox.com>
Fri, 31 Dec 2004 11:46:28 +0000 (11:46 +0000)
committerSimon Tatham <anakin@pobox.com>
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 :-)

[originally from svn r5052]
[r5043 == f494d60e06f19600f6354160e18b248f7bbcb0b5]

config.c

index b1a49b6e17dd4527e4ae5327e04271ba6f4f00bd..474654d2632e13a1728550507057d77ce35c7dbb 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;