diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-08 03:17:58 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-08 03:17:58 +0000 |
commit | e9be9eaaea3e90af7224aa7fb4bb5333e9d7be57 (patch) | |
tree | 11e7af008b0bae322664319901e1a976fd078cba /updater/updater.cpp | |
parent | 92be070586e97f44892da28a592aa1c0925a40d1 (diff) |
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
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r-- | updater/updater.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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;
}
|