X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/b8ae1f0f33829d37d85254de8cea8182b4c8f628..b2a1eade5dd99b8252fab726a6f78f419e0d52a2:/windlg.c?ds=sidebyside diff --git a/windlg.c b/windlg.c index 46b02b5b..d9206a82 100644 --- a/windlg.c +++ b/windlg.c @@ -1090,6 +1090,11 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) ctlposinit(&cp, hwnd, 80, 3, 13); bartitle(&cp, "Options controlling character set translation", IDC_TITLE_TRANSLATION); + beginbox(&cp, "Character set translation on received data", + IDC_BOX_TRANSLATION2); + combobox(&cp, "Received data assumed to be in which character set:", + IDC_CODEPAGESTATIC, IDC_CODEPAGE); + endbox(&cp); beginbox(&cp, "Adjust how PuTTY displays line drawing characters", IDC_BOX_TRANSLATION1); radiobig(&cp, @@ -1100,11 +1105,6 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) "&Poor man's line drawing (" "+" ", " "-" " and " "|" ")", IDC_VTPOORMAN, "&Unicode mode", IDC_VTUNICODE, NULL); endbox(&cp); - beginbox(&cp, "Character set translation on received data", - IDC_BOX_TRANSLATION2); - combobox(&cp, "Received data assumed to be in which character set:", - IDC_CODEPAGESTATIC, IDC_CODEPAGE); - endbox(&cp); } if (panel == selectionpanelstart) {