X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/336ec53c839ca001a3aa5af4c0fdd1f4462d2bcd..cd9778e2a90ef89d10970f5483b2dcebc797d078:/pageant.c diff --git a/pageant.c b/pageant.c index 73e950c7..50daf63e 100644 --- a/pageant.c +++ b/pageant.c @@ -231,7 +231,7 @@ static int CALLBACK AboutProc(HWND hwnd, UINT msg, return 0; case 101: EnableWindow(hwnd, 0); - DialogBox(instance, MAKEINTRESOURCE(214), NULL, LicenceProc); + DialogBox(instance, MAKEINTRESOURCE(214), hwnd, LicenceProc); EnableWindow(hwnd, 1); SetActiveWindow(hwnd); return 0;