]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
There do in fact appear to be help topics for the Arabic and bidi options, so
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 May 2004 09:55:51 +0000 (09:55 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 May 2004 09:55:51 +0000 (09:55 +0000)
use them. Also use an accelerator that actually exists for bidi.

[originally from svn r4252]

config.c

index de3a6132aa26fa7dd4a9b320da5f0a33f2261e2c..50548eee4253e24eaac9bd6c617137f4ef9df8a7 100644 (file)
--- 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)));
 
     /*