summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-22 15:24:23 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-22 15:24:23 +0000
commit440bdf5a0dd7fe66656030364582ebd96b2ac6ed (patch)
tree895a0841e948ee4b26b81fce133c315daed63fe3
parent29a160f4f039f48ed37ea88c749808fefb752afa (diff)
StartupSilence: vc2015 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/StartupSilence/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp
index 4aa9ae49ca..948c642712 100644
--- a/plugins/StartupSilence/src/main.cpp
+++ b/plugins/StartupSilence/src/main.cpp
@@ -120,7 +120,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam)
HookEvent(ME_POPUP_FILTER, DisablePopup);
hTTBarloaded = HookEvent(ME_TTB_MODULELOADED, CreateTTButtons);
if (TTBButtons == 1 && hTTBarloaded != NULL) {
- Icon_Register(hInst, "Toolbar/"MENU_NAME, iconttbList, _countof(iconttbList), MENU_NAME);
+ Icon_Register(hInst, "Toolbar/" MENU_NAME, iconttbList, _countof(iconttbList), MENU_NAME);
RemoveTTButtons();
CreateTTButtons(0,0);
}