diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 22:17:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 22:17:02 +0300 |
commit | 6cbc80198df3a18724e667743f8068eb60e23b88 (patch) | |
tree | 672535bf873cf3cf59af352edb6ef5e2c9f2c8e5 /plugins/StartupSilence/src/stdafx.h | |
parent | 0b9866156def4ef721c408b650751f2ae48b7b4e (diff) |
wiping custom icolib functions: all another plugins
Diffstat (limited to 'plugins/StartupSilence/src/stdafx.h')
-rw-r--r-- | plugins/StartupSilence/src/stdafx.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/StartupSilence/src/stdafx.h b/plugins/StartupSilence/src/stdafx.h index 0eff5b5fce..97a37291c3 100644 --- a/plugins/StartupSilence/src/stdafx.h +++ b/plugins/StartupSilence/src/stdafx.h @@ -67,11 +67,12 @@ struct CMPlugin : public PLUGIN<CMPlugin> #define NEEDTTBMOD TranslateT("You have to install TopToolBar plugin to use this option.")
#define NEEDPOPUP TranslateT("You have to install popup plugin to use this option.")
-static IconItem iconList[] = {
- { MENU_NAME, MENU_NAME, IDI_SSICON},
- { ALL_ENABLED_FLT, ALL_ENABLED_FLT, IDI_SSFILTEREDON},
- { DISABLE_SILENCE, DISABLE_SILENCE, IDI_SSDISABLE},
- { ENABLE_SILENCE, ENABLE_SILENCE, IDI_SSENABLE}
+static IconItem iconList[] =
+{
+ { MENU_NAME, MENU_NAME, IDI_SSICON },
+ { ALL_ENABLED_FLT, ALL_ENABLED_FLT, IDI_SSFILTEREDON },
+ { DISABLE_SILENCE, DISABLE_SILENCE, IDI_SSDISABLE },
+ { ENABLE_SILENCE, ENABLE_SILENCE, IDI_SSENABLE }
};
static IconItem iconttbList[] = {
|