From 03afe1224a961ef923706250e4dae08e762e7d32 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 4 Dec 2014 13:40:42 +0100 Subject: Windows: correct issue in handling "More information on keyfiles" link that caused a crash on some machines --- src/Common/Keyfiles.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Common/Keyfiles.c b/src/Common/Keyfiles.c index 4a6baf46..88ab5ece 100644 --- a/src/Common/Keyfiles.c +++ b/src/Common/Keyfiles.c @@ -557,6 +557,7 @@ BOOL CALLBACK KeyFilesDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa if (lw == IDC_LINK_KEYFILES_INFO) { Applink ("keyfiles", TRUE, ""); + return 1; } if (lw == IDOK) @@ -574,6 +575,7 @@ BOOL CALLBACK KeyFilesDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa EndDialog (hwndDlg, IDCLOSE); return 1; } + break; case WM_DROPFILES: { -- cgit v1.2.3