зеркало из https://github.com/github/putty.git
Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to
check those in :-) [originally from svn r1201]
This commit is contained in:
Родитель
195db0c8c9
Коммит
a723494288
4
windlg.c
4
windlg.c
|
@ -743,10 +743,6 @@ static void init_dlg_ctrls(HWND hwnd, int keepsess)
|
|||
SendDlgItemMessage(hwnd, IDC_CIPHERLIST, LB_SETITEMDATA,
|
||||
pos, (LPARAM) c);
|
||||
}
|
||||
SendDlgItemMessage(hwnd, IDC_CIPHERLIST, LB_ADDSTRING,
|
||||
0, (LPARAM) "FIXME1");
|
||||
SendDlgItemMessage(hwnd, IDC_CIPHERLIST, LB_ADDSTRING,
|
||||
0, (LPARAM) "FIXME2");
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче