From 0ef137c0a4005eca6de49e754cab136e052a6496 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 5 Jun 2017 01:31:27 +0200 Subject: Windows: Correctly open online help when selected in menu. Remove unused parameters to function AppLink. --- src/Common/Keyfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Keyfiles.c') diff --git a/src/Common/Keyfiles.c b/src/Common/Keyfiles.c index 96e1cd7a..f69ea4f0 100644 --- a/src/Common/Keyfiles.c +++ b/src/Common/Keyfiles.c @@ -617,7 +617,7 @@ BOOL CALLBACK KeyFilesDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa if (lw == IDC_LINK_KEYFILES_INFO) { - Applink ("keyfiles", TRUE, ""); + Applink ("keyfiles"); return 1; } -- cgit v1.2.3