From 4ca096262dfc106d1a2207145544cbd3e84e67cb Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Thu, 13 Nov 2014 00:05:26 +0000 Subject: 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 --- protocols/Sametime/proto_sametime/src/resource.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'protocols/Sametime/proto_sametime/src') 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 // -- cgit v1.2.3