diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-02 15:31:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-02 15:31:01 +0000 |
commit | b00c26145dbf35830e85590e8442ec910a9a9b56 (patch) | |
tree | c10eb8a3900dab2833ea21406f27a0814b1dde58 /plugins/StartupSilence/src/resource.h | |
parent | edcd2e23f19aedc49b6ed1ad05cd311db83aca87 (diff) |
StartupSilence: filtered mode popup notification
git-svn-id: http://svn.miranda-ng.org/main/trunk@6745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence/src/resource.h')
-rw-r--r-- | plugins/StartupSilence/src/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/StartupSilence/src/resource.h b/plugins/StartupSilence/src/resource.h index df8183de0e..a14aa93342 100644 --- a/plugins/StartupSilence/src/resource.h +++ b/plugins/StartupSilence/src/resource.h @@ -8,6 +8,7 @@ #define IDD_SSOPT 104
#define IDI_SSENABLETTB 105
#define IDI_SSDISABLETTB 106
+#define IDI_SSFILTEREDON 107
#define IDC_SSTIME 40001
#define IDC_DELAY 40002
#define IDC_SSSPIN 40003
|