diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-24 19:33:10 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-24 19:33:10 +0000 |
commit | fcc52a98dd00169809be6008368e8aa80ec3ab05 (patch) | |
tree | fe688b5bdff6135610ad67fbfb0cdab2d684f8d7 /plugins | |
parent | 165144cb21ea6f39323fbb7a1627b0d8f256435a (diff) |
StartupSilence: also Toaster is suitable
git-svn-id: http://svn.miranda-ng.org/main/trunk@15776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/StartupSilence/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartupSilence/src/stdafx.h b/plugins/StartupSilence/src/stdafx.h index d0ba0c0a19..84ca37766e 100644 --- a/plugins/StartupSilence/src/stdafx.h +++ b/plugins/StartupSilence/src/stdafx.h @@ -60,7 +60,7 @@ INT_PTR SilenceConnection(WPARAM wParam, LPARAM lParam); #define TTBNAME Translate("Toggle Silence At Startup")
#define NOTICE TranslateT(MENU_NAME)
#define NEEDTTBMOD TranslateT("You have to install TopToolBar plugin to use this option.")
-#define NEEDPOPUP TranslateT("You have to install YAPP or Popup+ 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},
|