From e9be9eaaea3e90af7224aa7fb4bb5333e9d7be57 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Thu, 8 Apr 2010 03:17:58 +0000 Subject: Removed translation of plugin names Improved icon management, added support for W7 large icons git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@503 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/updater.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'updater/updater.cpp') diff --git a/updater/updater.cpp b/updater/updater.cpp index db25aad..d60eb37 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -253,8 +253,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) icex.dwICC = ICC_LISTVIEW_CLASSES; InitCommonControlsEx(&icex); - OleInitialize(0); - HookEvent(ME_OPT_INITIALISE, OptInit); // do this before init services, so that InitPopups is called before startup update @@ -275,8 +273,5 @@ extern "C" int __declspec(dllexport) Unload(void) DeinitPopups(); DeinitNetlib(); - DeinitIcons(); - - OleUninitialize(); return 0; } -- cgit v1.2.3