mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Hook up Windows help context for 'Permit control characters in pasted text'
This commit is contained in:
parent
d6338c22c3
commit
5f9fcfee57
2
config.c
2
config.c
@ -1978,7 +1978,7 @@ void setup_config_box(struct controlbox *b, int midsession,
|
||||
s = ctrl_getset(b, "Window/Selection", "paste",
|
||||
"Control pasting of text from clipboard to terminal");
|
||||
ctrl_checkbox(s, "Permit control characters in pasted text",
|
||||
NO_SHORTCUT, HELPCTX(no_help),
|
||||
NO_SHORTCUT, HELPCTX(selection_pastectrl),
|
||||
conf_checkbox_handler, I(CONF_paste_controls));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user