X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=50548eee4253e24eaac9bd6c617137f4ef9df8a7;hb=deeece201b7af4f2e4799a1fc147a408fd5d0dfc;hp=de3a6132aa26fa7dd4a9b320da5f0a33f2261e2c;hpb=2ff7b4385f2c4b5b14a1733ca54c739ad82a0a8b;p=PuTTY.git 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))); /*