X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=987b9623dc25f8ff8e1da7988de5c6172e6f8dee;hb=3a3e4d1818e2c263a69d142c555a17ddab9ba501;hp=43012e644f0698819fd732e7afda8d638fb7353c;hpb=88e0914f917a3624a0cd1deddefabb4c82d3e4df;p=PuTTY.git diff --git a/config.c b/config.c index 43012e64..987b9623 100644 --- a/config.c +++ b/config.c @@ -1143,9 +1143,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, HELPCTX(translation_linedraw), dlg_stdradiobutton_handler, I(offsetof(Config, vtmode)), - "Font has XWindows encoding", 'x', I(VT_XWINDOWS), + "Use Unicode line drawing code points",'u',I(VT_UNICODE), "Poor man's line drawing (+, - and |)",'p',I(VT_POORMAN), - "Unicode mode", 'u', I(VT_UNICODE), NULL); + NULL); /* * The Window/Selection panel.