Rainer Loritz noticed that the Telnet environment box is not cleared

when loading a new session. Oops!

[originally from svn r1171]
This commit is contained in:
Simon Tatham 2001-08-04 15:04:10 +00:00
Родитель 3bc9118bc4
Коммит 3b81448ae4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -663,6 +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);
while (*p) {
SendDlgItemMessage(hwnd, IDC_ENVLIST, LB_ADDSTRING, 0,
(LPARAM) p);