From: simon Date: Tue, 27 Feb 2001 17:09:04 +0000 (+0000) Subject: Oops, that broke Telnet negotiation display. Fix tabstops in eventlog. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/098ecd174ccf3473f2345a7f1e205dd199cc0100 Oops, that broke Telnet negotiation display. Fix tabstops in eventlog. git-svn-id: svn://svn.tartarus.org/sgt/putty@957 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windlg.c b/windlg.c index 7f994680..f814cf4b 100644 --- a/windlg.c +++ b/windlg.c @@ -49,6 +49,11 @@ static int CALLBACK LogProc (HWND hwnd, UINT msg, switch (msg) { case WM_INITDIALOG: + { + static const int tabs[4] = {78, 108}; + SendDlgItemMessage (hwnd, IDN_LIST, LB_SETTABSTOPS, 2, + (LPARAM) tabs); + } for (i=0; i