X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windlg.c;h=202e6cf7410eb0f37e06c17360202556ee335cc4;hb=ba435fa6a0a041a331f93194d76fee07c14b79ab;hp=dc3872899bbf4e2064d5809b66ee037eec3b88cb;hpb=726f9dde7e747f0e317da6fbe0594a81597d4a2b;p=PuTTY.git diff --git a/windlg.c b/windlg.c index dc387289..202e6cf7 100644 --- a/windlg.c +++ b/windlg.c @@ -12,6 +12,12 @@ #include "win_res.h" #include "storage.h" +#ifdef MSVC4 +#define TVINSERTSTRUCT TV_INSERTSTRUCT +#define TVITEM TV_ITEM +#define ICON_BIG 1 +#endif + static char **events = NULL; static int nevents = 0, negsize = 0; @@ -803,8 +809,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: