diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-16 14:01:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-16 14:01:56 +0300 |
commit | 748efe9bb088ba5226f28e357725b006d280b00f (patch) | |
tree | 53bb2f308d80f62a25104b176ce683f903a7a3eb /plugins/Clist_blind/src/clistopts.cpp | |
parent | 976f7a55bea6ec6b3f6f3d8fa59fff46ca2e9c17 (diff) |
clist_blind => CMPlugin
Diffstat (limited to 'plugins/Clist_blind/src/clistopts.cpp')
-rw-r--r-- | plugins/Clist_blind/src/clistopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_blind/src/clistopts.cpp b/plugins/Clist_blind/src/clistopts.cpp index 450ab84e49..48434dad55 100644 --- a/plugins/Clist_blind/src/clistopts.cpp +++ b/plugins/Clist_blind/src/clistopts.cpp @@ -182,7 +182,7 @@ int CListOptInit(WPARAM wParam, LPARAM) {
OPTIONSDIALOGPAGE odp = { 0 };
odp.position = -1000000000;
- odp.hInstance = g_hInst;
+ odp.hInstance = g_plugin.getInst();
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_CLIST);
odp.szTitle.a = LPGEN("Contact list");
odp.pfnDlgProc = DlgProcGenOpts;
|