diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:19 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:19 +0000 |
commit | 061cf8a12c07aecc4526840a59ba0135f43b2fca (patch) | |
tree | 8b8ea9640e1aabb69ef3978b4c09f415e13cad36 /protocols/Steam/src/resource.h | |
parent | 278ba931862278aa0b2ea9fae11fd4198cdb1442 (diff) |
Steam: Use XStatus for info about playing game (part 1)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/resource.h')
-rw-r--r-- | protocols/Steam/src/resource.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h index eb70eecf40..ec80b9a7ce 100644 --- a/protocols/Steam/src/resource.h +++ b/protocols/Steam/src/resource.h @@ -7,10 +7,9 @@ #define IDD_OPT_BLOCKED 20
#define IDD_OPT_BLOCK_LIST 20
#define IDD_IGNORE_LIST 21
+#define IDI_STEAM 100
+#define IDI_GAMING 101
#define IDD_CAPTCHA 118
-#define IDI_ICON1 119
-#define IDI_STEAM 119
-#define IDD_STEAMGUARD 119
#define IDD_GUARD 119
#define IDC_SN 1001
#define IDC_PW 1002
|