From 6cbc80198df3a18724e667743f8068eb60e23b88 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 12 Apr 2019 22:17:02 +0300 Subject: wiping custom icolib functions: all another plugins --- plugins/StartupSilence/src/stdafx.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'plugins/StartupSilence/src/stdafx.h') 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 #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[] = { -- cgit v1.2.3