1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

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.

[originally from svn r4252]
This commit is contained in:
Jacob Nevins 2004-05-24 09:55:51 +00:00
parent 2ff7b4385f
commit deeece201b

View File

@ -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)));
/*