diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-06-21 19:31:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-06-21 19:31:51 +0000 |
commit | 85b429453559d86491ac428a1028cbe4d5b382c9 (patch) | |
tree | 546ba0845880cd4497b3a69e47ee86af9502cefa /protocols/Steam/src/resource.h | |
parent | 7941d6d1a2ba1fac7abf817149360d73ed79c799 (diff) |
Steam: second approach to block list support
git-svn-id: http://svn.miranda-ng.org/main/trunk@9547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/resource.h')
-rw-r--r-- | protocols/Steam/src/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h index f2817e7d20..e0df660de8 100644 --- a/protocols/Steam/src/resource.h +++ b/protocols/Steam/src/resource.h @@ -4,6 +4,8 @@ //
#define IDD_ACCMGR 9
#define IDD_OPT_MAIN 10
+#define IDD_OPT_BLOCKED 20
+#define IDD_OPT_BLOCK_LIST 20
#define IDD_IGNORE_LIST 21
#define IDD_CAPTCHA 118
#define IDI_ICON1 119
@@ -21,10 +23,11 @@ #define IDC_REGISTER 1018
#define IDC_DEFAULT_GROUP 1020
#define IDC_GROUP 1021
+#define IDC_CONTACTS 1050
+#define IDC_BLOCK 1059
#define IDC_BM_LIST 1064
+#define IDC_LIST 1065
#define IDC_TEXT 1082
-#define IDC_CUSTOM1 1083
-#define IDC_BUTTON1 1084
#define IDC_OPENDOMAIN 1200
#define IDC_GETDOMAIN 1200
|