diff options
-rw-r--r-- | include/m_avatars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_avatars.h b/include/m_avatars.h index 525d41aa57..8feedb5887 100644 --- a/include/m_avatars.h +++ b/include/m_avatars.h @@ -226,7 +226,7 @@ struct CONTACTAVATARCHANGEDNOTIFICATION #define ME_AV_MYAVATARCHANGED "SV_Avatars/MyAvatarChanged"
// Service to be called by protocols to report an avatar has changed. Some avatar changes
-// can be detected automatically, but some not (by now only Skype ones)
+// can be detected automatically, but some not
// wParam = (char *)szProto (protocol for which a new avatar was set)
// lParam = 0
|