summaryrefslogtreecommitdiff
path: root/plugins/OpenFolder/src/openFolder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/OpenFolder/src/openFolder.cpp')
-rw-r--r--plugins/OpenFolder/src/openFolder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OpenFolder/src/openFolder.cpp b/plugins/OpenFolder/src/openFolder.cpp
index f25d17ffad..6731fdca09 100644
--- a/plugins/OpenFolder/src/openFolder.cpp
+++ b/plugins/OpenFolder/src/openFolder.cpp
@@ -46,7 +46,7 @@ static INT_PTR MenuCommand_OpenFolder(WPARAM, LPARAM)
// toptoolbar (if plugin is installed)
static int ToptoolBarHook(WPARAM, LPARAM)
{
- TTBButton ttb = { sizeof(ttb) };
+ TTBButton ttb = { 0 };
ttb.hIconHandleUp = icon.hIcolib;
ttb.pszService = MS_OPENFOLDER_OPEN;
ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP;