From 0e91b87eeaa72862b006f1bbbaac2013600b8a86 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 17 Jan 2016 14:43:18 +0000 Subject: AuthState: seems we need LPGEN here, because it's subsection name (Options -> Icons) git-svn-id: http://svn.miranda-ng.org/main/trunk@16109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AuthState/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index 3de303b336..6f0ac6fc36 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -207,7 +207,7 @@ extern "C" int __declspec(dllexport) Load(void) } // IcoLib support - Icon_Register(g_hInst, "Auth State", iconList, _countof(iconList)); + Icon_Register(g_hInst, LPGEN("Auth State"), iconList, _countof(iconList)); // extra icons hExtraIcon = ExtraIcon_RegisterIcolib("authstate", LPGEN("Auth State"), "authgrant_icon"); -- cgit v1.2.3