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

Windows host-key warning: reinstate shortcut.

The "Cancel" button's keyboard shortcut was accidentally removed by
f1c8298000, having only just reinstated it in a77040afa1.

(Also, fix a couple of blatantly fibbing "accelerators used" comments.)
This commit is contained in:
Jacob Nevins 2022-10-21 20:37:05 +01:00
parent bb1ebc9b57
commit 344cde8ded

View File

@ -56,7 +56,7 @@ BEGIN
EDITTEXT IDA_TEXT, 10, 10, 306, 200, ES_READONLY | ES_MULTILINE | ES_LEFT, WS_EX_STATICEDGE
END
/* No accelerators used */
/* Accelerators used: achio */
IDD_HOSTKEY DIALOG DISCARDABLE 50, 50, 340, 240
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "PuTTY Security Alert"
@ -65,7 +65,7 @@ CLASS "PuTTYHostKeyDialog"
BEGIN
ICON "", IDC_HK_ICON, 10, 18, 0, 0
PUSHBUTTON "Cancel", IDCANCEL, 288, 220, 40, 14
PUSHBUTTON "&Cancel", IDCANCEL, 288, 220, 40, 14
PUSHBUTTON "&Accept", IDC_HK_ACCEPT, 168, 220, 40, 14
PUSHBUTTON "Connect &Once", IDC_HK_ONCE, 216, 220, 64, 14
PUSHBUTTON "More &info...", IDC_HK_MOREINFO, 60, 220, 64, 14
@ -76,7 +76,7 @@ BEGIN
EDITTEXT IDC_HK_TEXT, 40, 20, 290, 200, ES_READONLY | ES_MULTILINE | ES_LEFT, WS_EX_STATICEDGE
END
/* Accelerators used: clw */
/* Accelerators used: c */
IDD_HK_MOREINFO DIALOG DISCARDABLE 140, 40, 400, 300
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "PuTTY: information about the server's host key"