X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=67a018fe51590165a8c8d820122f814be7f793ca;hb=02f7ccbb96ff2919dda95e569f9a8f6d3be19d69;hp=60d98360a8360dfb1ffaa749ceb6b27d87fdbba9;hpb=df63143752a5f9fe6f11d9e8aec9e9dbabdbbc3d;p=PuTTY.git diff --git a/config.c b/config.c index 60d98360..67a018fe 100644 --- a/config.c +++ b/config.c @@ -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));