X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/71346075c4ad7bee15fe7d6f3067c5b87cfaf146..e7fbcdd8b5bf9d12521cd32657a89d682bfaa422:/windlg.c diff --git a/windlg.c b/windlg.c index 7f994680..c57dee92 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