diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-13 20:52:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-13 20:52:48 +0000 |
commit | 9b2819919a15aaf76d51c18426ed258967e3fb57 (patch) | |
tree | cd212d3fde92ece292eeb9007f5bbff3e79844d4 /plugins/MobileState | |
parent | 26f56c43370a09117821f818ac37bf9f550085ad (diff) |
MobileState: some more clients added
git-svn-id: http://svn.miranda-ng.org/main/trunk@2308 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState')
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index 5ff4ea71df..806dad4cd8 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -24,6 +24,7 @@ static const TCHAR *clients[] = { _T("mobile"),
_T("pda"),
_T("gtalk"),
+ _T("jabiru"),
_T("jtalk"),
_T("jasmine"),
_T("ebuddy"),
@@ -35,4 +36,5 @@ static const TCHAR *clients[] = { _T("berry"),
_T("iphone"),
_T("ipad")
+ _T("im+")
};
|