From 2d9a05f25b44439709d7158f786e9f1dd710b3b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Jul 2012 14:51:42 +0000 Subject: clist_mw now works too git-svn-id: http://svn.miranda-ng.org/main/trunk@881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TopToolBar/InternalButtons.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/TopToolBar/InternalButtons.cpp') diff --git a/plugins/TopToolBar/InternalButtons.cpp b/plugins/TopToolBar/InternalButtons.cpp index ccd4c888c2..6f758142c7 100644 --- a/plugins/TopToolBar/InternalButtons.cpp +++ b/plugins/TopToolBar/InternalButtons.cpp @@ -92,6 +92,7 @@ int InitInternalButtons(WPARAM, LPARAM) for (int i=0; i < SIZEOF(stdButtons); i++) { ttb.name = stdButtons[i].name; + ttb.pszService = stdButtons[i].pszService; ttb.dwFlags = TTBBF_VISIBLE | TTBBF_INTERNAL; if ((ttb.pszTooltipDn = stdButtons[i].tooltipDn) != NULL) ttb.dwFlags |= TTBBF_SHOWTOOLTIP; -- cgit v1.2.3