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/FTPFileYM/src/ftpfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FTPFileYM/src') diff --git a/plugins/FTPFileYM/src/ftpfile.cpp b/plugins/FTPFileYM/src/ftpfile.cpp index 569414b49b..143108bf41 100644 --- a/plugins/FTPFileYM/src/ftpfile.cpp +++ b/plugins/FTPFileYM/src/ftpfile.cpp @@ -188,7 +188,7 @@ void InitTabsrmmButton() btn.pszModuleName = MODULE; btn.dwDefPos = 105; btn.hIcon = iconList[ServerList::FTP_COUNT].hIcolib; - btn.bbbFlags = BBBF_ISARROWBUTTON | BBBF_ISIMBUTTON | BBBF_ISLSIDEBUTTON | BBBF_CANBEHIDDEN; + btn.bbbFlags = BBBF_ISARROWBUTTON | BBBF_ISIMBUTTON | BBBF_CANBEHIDDEN; btn.pwszTooltip = TranslateT("FTP File"); CallService(MS_BB_ADDBUTTON, 0, (LPARAM)&btn); HookEvent(ME_MSG_BUTTONPRESSED, TabsrmmButtonPressed); -- cgit v1.2.3