1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Oops - the help for the new Telnet NL option wasn't quite there.

[originally from svn r1521]
This commit is contained in:
Simon Tatham
2001-12-29 17:25:07 +00:00
parent 726f9dde7e
commit 320ee10afb
2 changed files with 5 additions and 4 deletions

View File

@ -803,8 +803,9 @@ char *help_context_cmd(int id)
case IDC_TACTIVE:
return "JI(`',`telnet.passive')";
case IDC_TELNETKEY:
case IDC_TELNETRET:
return "JI(`',`telnet.specialkeys')";
case IDC_TELNETRET:
return "JI(`',`telnet.newline')";
case IDC_R_TSSTATIC:
case IDC_R_TSEDIT: