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:
parent
2ff7b4385f
commit
deeece201b
4
config.c
4
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)));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user