diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/MSN/msn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn.cpp b/protocols/MSN/msn.cpp index 3748d38adf..ff5a44b627 100644 --- a/protocols/MSN/msn.cpp +++ b/protocols/MSN/msn.cpp @@ -97,7 +97,7 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,LPVOID lpvRes static int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
{
- avsPresent = ServiceExists(MS_AV_SETMYAVATAR) != 0;
+ avsPresent = ServiceExists(MS_AV_SETMYAVATART) != 0;
msnHaveChatDll = ServiceExists(MS_GC_REGISTER) != 0;
MsnLinks_Init();
|