diff options
Diffstat (limited to 'src/modules/srauth/auth.cpp')
-rw-r--r-- | src/modules/srauth/auth.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/srauth/auth.cpp b/src/modules/srauth/auth.cpp index d0fbe24de5..c8257c3e20 100644 --- a/src/modules/srauth/auth.cpp +++ b/src/modules/srauth/auth.cpp @@ -122,8 +122,8 @@ int LoadSendRecvAuthModule(void) CreateServiceFunction(MS_AUTH_SHOWADDED, ShowAddedWindow);
HookEvent(ME_DB_EVENT_ADDED, AuthEventAdded);
- SkinAddNewSoundEx("AuthRequest", "Alerts", "Authorization request");
- SkinAddNewSoundEx("AddedEvent", "Alerts", "Added event");
+ SkinAddNewSoundEx("AuthRequest", LPGEN("Alerts"), LPGEN("Authorization request"));
+ SkinAddNewSoundEx("AddedEvent", LPGEN("Alerts"), LPGEN("Added event"));
return 0;
}
|