diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-18 18:52:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-18 18:52:57 +0000 |
commit | 93f4a8b8357a386d507f45d121aa364fd17a22f3 (patch) | |
tree | 86436ae9574fc6b66dcef8693284b0459505154d /plugins/MobileState | |
parent | 205b13d4bca365dca8874cb8a05a15f6d7870e3b (diff) |
MobileState: BayanICQ detection added
git-svn-id: http://svn.miranda-ng.org/main/trunk@2361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState')
-rw-r--r-- | plugins/MobileState/src/clients.h | 5 | ||||
-rw-r--r-- | plugins/MobileState/src/resource.h | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index 806dad4cd8..56fe15f6b1 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -35,6 +35,7 @@ static const TCHAR *clients[] = { _T("colibry"),
_T("berry"),
_T("iphone"),
- _T("ipad")
- _T("im+")
+ _T("ipad"),
+ _T("im+"),
+ _T("bayan")
};
diff --git a/plugins/MobileState/src/resource.h b/plugins/MobileState/src/resource.h index 23a3832222..d54c8b4a53 100644 --- a/plugins/MobileState/src/resource.h +++ b/plugins/MobileState/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by Z:\Myranda\trunk\plugins\MobileState\res\mobilestate.rc
+// Used by ..\res\mobilestate.rc
//
#define IDI_MOBILE 105
|