1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Oops - IDC not IDV. Typo.

[originally from svn r1173]
This commit is contained in:
Simon Tatham 2001-08-04 15:22:52 +00:00
parent de987f33fe
commit 02c3d0694c

View File

@ -663,7 +663,7 @@ static void init_dlg_ctrls(HWND hwnd, int keepsess)
IDC_LSTATXAPN);
{
char *p = cfg.environmt;
SendDlgItemMessage(hwnd, IDV_ENVLIST, LB_RESETCONTENT, 0, 0);
SendDlgItemMessage(hwnd, IDC_ENVLIST, LB_RESETCONTENT, 0, 0);
while (*p) {
SendDlgItemMessage(hwnd, IDC_ENVLIST, LB_ADDSTRING, 0,
(LPARAM) p);