From 93f4a8b8357a386d507f45d121aa364fd17a22f3 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 18 Nov 2012 18:52:57 +0000 Subject: MobileState: BayanICQ detection added git-svn-id: http://svn.miranda-ng.org/main/trunk@2361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MobileState/src/clients.h | 5 +++-- plugins/MobileState/src/resource.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/MobileState') 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 -- cgit v1.2.3