diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2014-11-13 00:05:26 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2014-11-13 00:05:26 +0000 |
commit | 4ca096262dfc106d1a2207145544cbd3e84e67cb (patch) | |
tree | b84d369c1e4dcf3b38c8acd9d1f3e9202e17ec0a /protocols/Sametime/proto_sametime/src/resource.h | |
parent | bef877078d09d6162c1e8565bd34b22fbd9ace69 (diff) |
Sametime protocol:
- Support the Sametime 'in meeting' status (linked with Miranda 'Occupied' status)
- New protocol icons from oryginal client
Patch by pepinlebref
git-svn-id: http://svn.miranda-ng.org/main/trunk@10976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/proto_sametime/src/resource.h')
-rw-r--r-- | protocols/Sametime/proto_sametime/src/resource.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/protocols/Sametime/proto_sametime/src/resource.h b/protocols/Sametime/proto_sametime/src/resource.h index 3decee6cf7..e4fb5b5339 100644 --- a/protocols/Sametime/proto_sametime/src/resource.h +++ b/protocols/Sametime/proto_sametime/src/resource.h @@ -2,10 +2,11 @@ // Microsoft Visual C++ generated include file.
// Used by Proto_Sametime.rc
//
-#define IDI_ICON1 105
-#define IDI_ICON2 104
-#define IDI_ICON3 128
-#define IDI_ICON4 158
+#define IDI_ONLINE 104
+#define IDI_OFFLINE 105
+#define IDI_AWAY 128
+#define IDI_DND 158
+#define IDI_OCCUPIED 159
// Next default values for new objects
//
|