diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-14 17:45:43 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-14 17:45:43 +0000 |
commit | 9d39b63af2a386e7d7528586a6deda509018f249 (patch) | |
tree | 06adb7eee69c85afb5f9566dc2c963784b52febd /plugins/FingerprintNG/src/resource.h | |
parent | 857c54d336dade4cbcc83d33282624bddb0de19d (diff) |
- FingerprintNG: added WhatsApp and Google+ Hangouts detection
- langpacks/english: updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@4942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/resource.h')
-rw-r--r-- | plugins/FingerprintNG/src/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index 203b76f31e..d219bdaf3b 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -577,6 +577,9 @@ #define IDI_SKYPE 9002
#define IDI_TWITTER 9003
#define IDI_XFIRE 9004
+#define IDI_HANGOUTS 9005
+#define IDI_WHATSAPP 9006
+
#define IDD_DIALOG 10000
#define IDC_GROUP_MIRANDA 10025
#define IDC_GROUP_MIRANDA_VERSION 10026
|