From: jacob Date: Mon, 24 May 2004 09:55:51 +0000 (+0000) Subject: There do in fact appear to be help topics for the Arabic and bidi options, so X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/f4ec081845e8411db28bda8e91f6ce83f0a0703f There do in fact appear to be help topics for the Arabic and bidi options, so use them. Also use an accelerator that actually exists for bidi. git-svn-id: svn://svn.tartarus.org/sgt/putty@4252 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/config.c b/config.c index de3a6132..50548eee 100644 --- a/config.c +++ b/config.c @@ -1038,10 +1038,10 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, 'r', HELPCTX(features_charset), dlg_stdcheckbox_handler, I(offsetof(Config,no_remote_charset))); ctrl_checkbox(s, "Disable Arabic text shaping", - 'l', HELPCTX(no_help), dlg_stdcheckbox_handler, + 'l', HELPCTX(features_arabicshaping), dlg_stdcheckbox_handler, I(offsetof(Config, arabicshaping))); ctrl_checkbox(s, "Disable bidirectional text display", - 'j', HELPCTX(no_help), dlg_stdcheckbox_handler, + 'd', HELPCTX(features_bidi), dlg_stdcheckbox_handler, I(offsetof(Config, bidi))); /*