diff options
Diffstat (limited to 'protocols/Quotes/WinCtrlHelper.cpp')
-rw-r--r-- | protocols/Quotes/WinCtrlHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Quotes/WinCtrlHelper.cpp b/protocols/Quotes/WinCtrlHelper.cpp index dba445958e..619fe3d41b 100644 --- a/protocols/Quotes/WinCtrlHelper.cpp +++ b/protocols/Quotes/WinCtrlHelper.cpp @@ -41,7 +41,7 @@ namespace void show_variable_list(HWND hwndParent,const IQuotesProvider* pProvider)
{
- ::DialogBoxParam(CModuleInfo::GetModuleHandle(),
+ ::DialogBoxParam(g_hInstance,
MAKEINTRESOURCE(IDD_DIALOG_VARIABLE_LIST),
hwndParent,
VariableListDlgProc,
|