1
0
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:
Jacob Nevins 2018-03-27 23:10:39 +01:00
parent d6338c22c3
commit 5f9fcfee57

View File

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