From: simon Date: Sat, 4 Aug 2001 15:22:52 +0000 (+0000) Subject: Oops - IDC not IDV. Typo. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/1cb2aa4545189dc3fd196b8228e25bd20e700d8a Oops - IDC not IDV. Typo. git-svn-id: svn://svn.tartarus.org/sgt/putty@1173 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windlg.c b/windlg.c index 07e34bb6..34d35af9 100644 --- a/windlg.c +++ b/windlg.c @@ -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);