From f719c8b921c7a46b76453476204224d40c682914 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Jul 2018 21:32:58 +0300 Subject: int hLangpack/m_hLang removed and replaced with HPLUGIN --- plugins/ShellExt/src/options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/ShellExt/src') diff --git a/plugins/ShellExt/src/options.cpp b/plugins/ShellExt/src/options.cpp index e8f56e1614..e6b24c66f8 100644 --- a/plugins/ShellExt/src/options.cpp +++ b/plugins/ShellExt/src/options.cpp @@ -115,7 +115,6 @@ int OnOptionsInit(WPARAM wParam, LPARAM) opt.szTitle.a = LPGEN("Shell context menus"); opt.position = -1066; opt.pszTemplate = MAKEINTRESOURCEA(IDD_SHLOPTS); - opt.hInstance = g_plugin.getInst(); opt.pfnDlgProc = OptDialogProc; g_plugin.addOptions(wParam, &opt); return 0; -- cgit v1.2.3