From 6dfdffd3161a716304b74c1fc5c386c9601cc69e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 Nov 2016 13:25:28 +0300 Subject: - BBBF_ISLSIDEBUTTON flag removed (set by default); - m_bLSided removed, because it's mutually exclusive with m_bRSided --- plugins/Nudge/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Nudge/src') diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 2ca21f19b0..c159a76aec 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -252,7 +252,7 @@ static int TabsrmmButtonInit(WPARAM, LPARAM) bbd.pszModuleName = "Nudge"; bbd.pwszTooltip = LPGENW("Send Nudge"); bbd.dwDefPos = 300; - bbd.bbbFlags = BBBF_ISIMBUTTON | BBBF_ISLSIDEBUTTON | BBBF_CANBEHIDDEN; + bbd.bbbFlags = BBBF_ISIMBUTTON | BBBF_CANBEHIDDEN; bbd.hIcon = iconList[0].hIcolib; bbd.dwButtonID = 6000; bbd.iButtonWidth = 0; -- cgit v1.2.3