diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-02-17 04:29:28 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-02-17 04:29:28 +0000 |
commit | df1277bc854e0db5424623890be9a3d74750a03f (patch) | |
tree | e55d29c375ba8e175899bf0a65c7631533160876 /protocols/Steam/src/resource.h | |
parent | 40da8fcc882ff988d14e50d204909b2a3b701418 (diff) |
Steam: New option to control showing chat state changes (i.e., user closed chat window); version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/resource.h')
-rw-r--r-- | protocols/Steam/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h index e2b1aa120d..6532c01025 100644 --- a/protocols/Steam/src/resource.h +++ b/protocols/Steam/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by e:\Projects\C++\MirandaNG\protocols\Steam\res\Resource.rc
+// Used by D:\Development\Miranda NG\Miranda NG\protocols\Steam\res\Resource.rc
//
#define IDD_ACCMGR 9
#define IDD_OPT_MAIN 10
@@ -25,6 +25,7 @@ #define IDC_DEFAULT_GROUP 1020
#define IDC_GROUP 1021
#define IDC_BIGGER_AVATARS 1030
+#define IDC_SHOW_CHAT_EVENTS 1031
#define IDC_CONTACTS 1050
#define IDC_BLOCK 1059
#define IDC_BM_LIST 1064
|