]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Mistaken identity in sesssaver() was breaking saved-session edit box
authorSimon Tatham <anakin@pobox.com>
Fri, 6 Oct 2000 11:49:40 +0000 (11:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 6 Oct 2000 11:49:40 +0000 (11:49 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@678 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index bdd2d2f082b3724e379b1854eb06b96794977670..14a60e813e974266ef746117cba80a3b8bec0658 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -795,7 +795,7 @@ static void sesssaver(struct ctlpos *cp, char *text,
     doctl(cp, r, "EDIT",
           WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL,
           WS_EX_CLIENTEDGE,
-          "", staticid);
+          "", editid);
 
     /*
      * The buttons (we should hold off on the list box until we