diff options
Diffstat (limited to 'plugins/AddContactPlus/src/main.cpp')
| -rw-r--r-- | plugins/AddContactPlus/src/main.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AddContactPlus/src/main.cpp b/plugins/AddContactPlus/src/main.cpp index f8c4f270a2..785840056f 100644 --- a/plugins/AddContactPlus/src/main.cpp +++ b/plugins/AddContactPlus/src/main.cpp @@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,  */
  #include "addcontactplus.h"
 +CLIST_INTERFACE *pcli;
  HINSTANCE hInst;
  int hLangpack;
  static HANDLE hMainMenuItem = 0, hToolBarItem = 0;
 @@ -140,6 +141,7 @@ static int OnModulesLoaded(WPARAM, LPARAM)  extern "C" int __declspec(dllexport) Load(void)
  {
  	mir_getLP(&pluginInfo);
 +	mir_getCLI();
  	INITCOMMONCONTROLSEX icex = { sizeof(icex), ICC_USEREX_CLASSES };
  	InitCommonControlsEx(&icex);
  | 
