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/Language.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Language.c') diff --git a/src/Common/Language.c b/src/Common/Language.c index cb0178d9..9df6e2aa 100644 --- a/src/Common/Language.c +++ b/src/Common/Language.c @@ -539,7 +539,7 @@ BOOL CALLBACK LanguageDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa else tmpstr[0] = 0; - Applink ("localizations", TRUE, tmpstr); + Applink ("localizations"); return 1; } -- cgit v1.2.3