X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/094ed2a65755b01fb3d8a29167033f551be962ef..067a15ea093c726b3ce3bf96c3f3e27744da3271:/windlg.c diff --git a/windlg.c b/windlg.c index 58b570fd..6fe11bb5 100644 --- a/windlg.c +++ b/windlg.c @@ -367,6 +367,7 @@ static int CALLBACK AboutProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { case WM_INITDIALOG: + SetDlgItemText (hwnd, IDA_VERSION, ver); return 1; /* case WM_CTLCOLORDLG: */ /* return (int) GetStockObject (LTGRAY_BRUSH); */