mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
Mistaken identity in sesssaver() was breaking saved-session edit box
[originally from svn r678]
This commit is contained in:
parent
8c169b0c6d
commit
a46e11406e
2
windlg.c
2
windlg.c
@ -795,7 +795,7 @@ static void sesssaver(struct ctlpos *cp, char *text,
|
|||||||
doctl(cp, r, "EDIT",
|
doctl(cp, r, "EDIT",
|
||||||
WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL,
|
WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL,
|
||||||
WS_EX_CLIENTEDGE,
|
WS_EX_CLIENTEDGE,
|
||||||
"", staticid);
|
"", editid);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The buttons (we should hold off on the list box until we
|
* The buttons (we should hold off on the list box until we
|
||||||
|
Loading…
Reference in New Issue
Block a user