diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 18:06:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 18:06:38 +0300 |
commit | 4912fd0d994ac7b68b41bd8f3d08dcab89298023 (patch) | |
tree | 7374b4d6f85e1f3c154d6799d2176d6910add259 /plugins/AuthState | |
parent | 3a9e5e8049dda17a8e5c7b70bfed411760f424be (diff) |
- extra icons default changed from icon's name to icon's handle;
- Skin_GetIconName() considered obsolete and therefore removed;
Diffstat (limited to 'plugins/AuthState')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index ffc7e229f5..fe60e1c114 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -152,7 +152,7 @@ int onPrebuildContactMenu(WPARAM hContact, LPARAM) int onModulesLoaded(WPARAM, LPARAM)
{
// extra icons
- hExtraIcon = ExtraIcon_RegisterIcolib("authstate", LPGEN("Auth state"), iconList[ICON_BOTH].szName);
+ hExtraIcon = ExtraIcon_RegisterIcolib("authstate", LPGEN("Auth state"), iconList[ICON_BOTH].hIcolib);
// Set initial value for all contacts
for (auto &hContact : Contacts())
|