From 27be44524b0e41e95ce86831b885e1e1ed16886f Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 6 Oct 2000 11:49:40 +0000 Subject: [PATCH] Mistaken identity in sesssaver() was breaking saved-session edit box git-svn-id: svn://svn.tartarus.org/sgt/putty@678 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windlg.c b/windlg.c index bdd2d2f0..14a60e81 100644 --- 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 -- 2.11.0