diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-23 20:23:31 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-23 20:23:31 +0000 |
commit | 0314c6e414e054b0c08b788433d51583a71b5028 (patch) | |
tree | e2a162c74ead661de005dc0acd659bfab533d145 /plugins/MobileState/src/clients.h | |
parent | 27ce9521078335a4333a637e73dd74b338986ea6 (diff) |
small change to detect "Windows Phone", project fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState/src/clients.h')
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index 02df174669..f9f4fa3782 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -34,7 +34,7 @@ static const TCHAR *clients[] = { _T("bombus"),
_T("colibry"),
_T("berry"),
- _T("iphone"),
+ _T("phone"),
_T("ipad"),
_T("im+"),
_T("bayan"),
|