diff options
Diffstat (limited to 'plugins/AuthState/src/main.cpp')
-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 16fba6994f..dc7c23cadd 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -175,7 +175,7 @@ int onModulesLoaded(WPARAM wParam,LPARAM lParam) Icon_Register(g_hInst, "Auth State", iconList, SIZEOF(iconList));
// extra icons
- hExtraIcon = ExtraIcon_Register("authstate", "Auth State", "authgrant_icon");
+ hExtraIcon = ExtraIcon_Register("authstate", LPGEN("Auth State"), "authgrant_icon");
// Set initial value for all contacts
HANDLE hContact = db_find_first();
|