diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-09 15:30:38 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-09 15:30:38 +0000 |
commit | cf8c591ed9bc6f8d3f759ed652fbfa53ce10b022 (patch) | |
tree | bc953a2f6c8f226ac434997a9e9d636a542fcd1a /protocols/Skype/src/skype_proto.h | |
parent | 89ad49f95ee83fb4f4f0f41b5f91d6bc62e1790e (diff) |
- languages loaded from skypekit now
- ages range set from 10 to 50
- added new status icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@4610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index a593229ebd..02e77d000b 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -166,6 +166,8 @@ public: bool IsOnline();
+ static void InitLanguages();
+
BYTE NeedUpdate;
static void ShowNotification(const wchar_t *message, int flags = 0, HANDLE hContact = NULL);
@@ -312,7 +314,7 @@ protected: void __cdecl SearchByEmailAsync(void*);
// profile
- static std::map<std::wstring, std::wstring> FillLanguages();
+ //static std::map<std::wstring, std::wstring> FillLanguages();
void UpdateProfileAvatar(SEObject *obj, HANDLE hContact = NULL);
void UpdateProfileAboutText(SEObject *obj, HANDLE hContact = NULL);
|