diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-17 14:43:18 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-17 14:43:18 +0000 |
commit | 0e91b87eeaa72862b006f1bbbaac2013600b8a86 (patch) | |
tree | ab10ccc6d7125fb21a2a6af7e1e652d7852e2532 /plugins/AuthState | |
parent | 9496ad3826492dbe70f85d8347da2de73b4dad14 (diff) |
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
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 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");
|