From 4912fd0d994ac7b68b41bd8f3d08dcab89298023 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 12 Apr 2019 18:06:38 +0300 Subject: - extra icons default changed from icon's name to icon's handle; - Skin_GetIconName() considered obsolete and therefore removed; --- plugins/AuthState/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AuthState/src') 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()) -- cgit v1.2.3