diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-04 12:05:12 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-04 12:05:12 +0000 |
commit | 1b6b7ac88e07f1e7122d6f792927e077256c27da (patch) | |
tree | 8de94bb82fae3a73a291350e940277c0e11ae255 /protocols/Skype/src/skype.h | |
parent | 173c419faeb1c726f84127627dc8860f7538f5cf (diff) |
added tooltip creation for group chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@5231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 84aec32161..d27c7564ab 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -40,6 +40,7 @@ #include <m_xml.h>
#include <win2k.h>
#include <m_timezones.h>
+
#include <m_msg_buttonsbar.h>
#include <m_folders.h>
|