mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-30 00:04:49 -05:00
Swap round the contents of the Translation panel. The codepage box
should be at the top because it's by _far_ the most important. [originally from svn r1231]
This commit is contained in:
parent
12e7195c0e
commit
c6346dce42
10
windlg.c
10
windlg.c
@ -1090,6 +1090,11 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
|||||||
ctlposinit(&cp, hwnd, 80, 3, 13);
|
ctlposinit(&cp, hwnd, 80, 3, 13);
|
||||||
bartitle(&cp, "Options controlling character set translation",
|
bartitle(&cp, "Options controlling character set translation",
|
||||||
IDC_TITLE_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",
|
beginbox(&cp, "Adjust how PuTTY displays line drawing characters",
|
||||||
IDC_BOX_TRANSLATION1);
|
IDC_BOX_TRANSLATION1);
|
||||||
radiobig(&cp,
|
radiobig(&cp,
|
||||||
@ -1100,11 +1105,6 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
|||||||
"&Poor man's line drawing (" "+" ", " "-" " and " "|" ")",
|
"&Poor man's line drawing (" "+" ", " "-" " and " "|" ")",
|
||||||
IDC_VTPOORMAN, "&Unicode mode", IDC_VTUNICODE, NULL);
|
IDC_VTPOORMAN, "&Unicode mode", IDC_VTUNICODE, NULL);
|
||||||
endbox(&cp);
|
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) {
|
if (panel == selectionpanelstart) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user