diff options
Diffstat (limited to 'plugins/ExternalAPI/m_avatarhistory.h')
-rw-r--r-- | plugins/ExternalAPI/m_avatarhistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_avatarhistory.h b/plugins/ExternalAPI/m_avatarhistory.h index 2613dee3b4..1ef28edf76 100644 --- a/plugins/ExternalAPI/m_avatarhistory.h +++ b/plugins/ExternalAPI/m_avatarhistory.h @@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __M_AVATARHISTORY_H__
# define __M_AVATARHISTORY_H__
-
#define EVENTTYPE_AVATAR_CHANGE 9003
@@ -45,6 +44,7 @@ return: (TCHAR *) NULL if none is found or the path to the avatar. You need to f #define MS_AVATARHISTORY_GET_CACHED_AVATAR "AvatarHistory/GetCachedAvatar"
+#define MS_AVATARHISTORY_SHOWDIALOG "AvatarHistory/ShowDialog"
|