]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pageant.c
Fix a couple of stupid typos in the session-saving code.
[PuTTY.git] / pageant.c
index 73e950c7149955920f60aefed1dd4a83a3a863f9..50daf63ee3ee9eef4e25cf5bfe959629a162f6ab 100644 (file)
--- 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;