X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/71346075c4ad7bee15fe7d6f3067c5b87cfaf146..bce816e7e4bfaf8fe51dd406ba870cb1efe463f4:/windlg.c diff --git a/windlg.c b/windlg.c index 7f994680..6d3b0f48 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 int tabs[4] = {78, 108}; + SendDlgItemMessage (hwnd, IDN_LIST, LB_SETTABSTOPS, 2, + (LPARAM) tabs); + } for (i=0; i