mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 23:28:06 -05:00
Ben Hutchings points out that the initial states of the key-type
radio buttons and menu items are inconsistent. [originally from svn r4521]
This commit is contained in:
parent
5d5ffc274f
commit
f076feed67
@ -930,7 +930,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
|
||||
}
|
||||
CheckRadioButton(hwnd, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH2RSA);
|
||||
CheckMenuRadioItem(state->keymenu, IDC_KEYSSH1, IDC_KEYSSH2DSA,
|
||||
IDC_KEYSSH1, MF_BYCOMMAND);
|
||||
IDC_KEYSSH2RSA, MF_BYCOMMAND);
|
||||
SetDlgItemInt(hwnd, IDC_BITS, DEFAULT_KEYSIZE, FALSE);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user