diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-25 14:40:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-25 14:40:02 +0000 |
commit | 65a5f40baaae20a733da94df023221159b334e2b (patch) | |
tree | 5771f98d03384669e288f58dc10db4aa1b1a80fc /plugins/WhenWasIt/src/WhenWasIt.cpp | |
parent | 81464df93124380cecbf7e5dace914f1c06aaf5d (diff) |
WhenWasIt - correct work with icons & extra icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/WhenWasIt.cpp')
-rw-r--r-- | plugins/WhenWasIt/src/WhenWasIt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/src/WhenWasIt.cpp b/plugins/WhenWasIt/src/WhenWasIt.cpp index c99b540a22..07d7ce0548 100644 --- a/plugins/WhenWasIt/src/WhenWasIt.cpp +++ b/plugins/WhenWasIt/src/WhenWasIt.cpp @@ -63,7 +63,7 @@ extern "C" int __declspec(dllexport) Load(void) icex.dwICC = ICC_DATE_CLASSES;
InitCommonControlsEx(&icex);
- LoadIcons();
+ AddIcons();
Log("%s", "Creating service functions ...");
InitServices();
|