From 85b429453559d86491ac428a1028cbe4d5b382c9 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 21 Jun 2014 19:31:51 +0000 Subject: Steam: second approach to block list support git-svn-id: http://svn.miranda-ng.org/main/trunk@9547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/resource.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'protocols/Steam/src/resource.h') 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 -- cgit v1.2.3