1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 01:57:40 -05:00

Rejig the Translation panel controls and documentation to remove the emphasis

on received data. Experiment and suggestion suggest that the character set
configuration applies equally to keystrokes sent to the server, or at least
that that's close enough to being true that we should document it as a first
approximation.

[originally from svn r8209]
This commit is contained in:
Jacob Nevins
2008-10-13 22:34:57 +00:00
parent df63143752
commit 02f7ccbb96
2 changed files with 16 additions and 11 deletions

View File

@ -1577,8 +1577,8 @@ void setup_config_box(struct controlbox *b, int midsession,
"Options controlling character set translation");
s = ctrl_getset(b, "Window/Translation", "trans",
"Character set translation on received data");
ctrl_combobox(s, "Received data assumed to be in which character set:",
"Character set translation");
ctrl_combobox(s, "Remote character set:",
'r', 100, HELPCTX(translation_codepage),
codepage_handler, P(NULL), P(NULL));