X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/b65b8aaea82eb57b726e495b53f6c192d0601625..d3d16feb19fd941fa60a74ee3efc29aecaca232c:/win_res.rc diff --git a/win_res.rc b/win_res.rc index f453e420..efb593b4 100644 --- a/win_res.rc +++ b/win_res.rc @@ -220,10 +220,15 @@ IDD_PANEL6 DIALOG DISCARDABLE 6, 30, 168, 163 STYLE WS_CHILD | WS_VISIBLE FONT 8, "MS Sans Serif" BEGIN - AUTOCHECKBOX "Enable &KOI8-Win1251 translation", - IDC6_ENABLEKOIWINXLAT, 13, 14, 135, 10 + LTEXT "Character set translation:", IDC6_XLATSTATIC, 3, 3, 162, 8 + AUTORADIOBUTTON "&None", + IDC6_NOXLAT, 3, 12, 162, 10, WS_GROUP + AUTORADIOBUTTON "&KOI8 / Win-1251", + IDC6_KOI8WIN1251, 3, 22, 162, 10 + AUTORADIOBUTTON "&ISO-8859-2 / Win-1250", + IDC6_88592WIN1250, 3, 32, 162, 10 AUTOCHECKBOX "&CAPS LOCK acts as cyrillic switch", - IDC6_CAPSLOCKCYR, 13, 30, 136, 10 + IDC6_CAPSLOCKCYR, 3, 46, 162, 10 END IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 160, 119