diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-22 20:31:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-22 20:31:50 +0000 |
commit | 2f615cdb8d20660d6731a782b8a90e29628cfbc4 (patch) | |
tree | ce82df086d3221178e80dfed8ef0cc9b9c9d87f5 /plugins/Clist_modern/src/modern_clistmod.cpp | |
parent | 09a1a03baff001ef9aef7310f918e79c8c1f6e97 (diff) |
- unused function removed;
- three wrongly removed lines of code restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@6188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clistmod.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clistmod.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index 1dbb54c006..c8ad998e2c 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -180,6 +180,10 @@ HRESULT CluiLoadModule() CreateServiceFunction(MS_CLIST_TOGGLESOUNDS,ToggleSounds);
CreateServiceFunction(MS_CLIST_SETUSEGROUPS,SetUseGroups);
+ hCListImages = ImageList_Create(16, 16, ILC_MASK|ILC_COLOR32, 32, 0);
+ InitCustomMenus();
+ InitTrayMenus();
+
CLUI::InitClui();
return S_OK;
}
|