1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Mistaken identity in sesssaver() was breaking saved-session edit box

[originally from svn r678]
This commit is contained in:
Simon Tatham 2000-10-06 11:49:40 +00:00
parent 8c169b0c6d
commit a46e11406e

View File

@ -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