diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-08 22:55:24 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-08 22:55:24 +0000 |
commit | d60c379a9dcc439316b37aa135ed7c009a0c19f8 (patch) | |
tree | 7eeb8a1ae97ad6fcd19ef1f1983097a7770a293e /protocols/Steam/src/resource.h | |
parent | c69812ad48e684fb85b24f1ec8f02fa019dfd68b (diff) |
Steam: Option to use big avatars (disabled by default)
Until now big avatars were used, but it's better to lower traffic etc. by default.
git-svn-id: http://svn.miranda-ng.org/main/trunk@11289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/resource.h')
-rw-r--r-- | protocols/Steam/src/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h index e0df660de8..eb70eecf40 100644 --- a/protocols/Steam/src/resource.h +++ b/protocols/Steam/src/resource.h @@ -23,6 +23,7 @@ #define IDC_REGISTER 1018
#define IDC_DEFAULT_GROUP 1020
#define IDC_GROUP 1021
+#define IDC_BIGGER_AVATARS 1030
#define IDC_CONTACTS 1050
#define IDC_BLOCK 1059
#define IDC_BM_LIST 1064
|