From af693f3f152e5a0f7e98e8f800e3573bd4b33901 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 20 Dec 2013 23:09:18 +0000 Subject: another ansi url removed git-svn-id: http://svn.miranda-ng.org/main/trunk@7310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/sidebar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/sidebar.cpp') diff --git a/plugins/TabSRMM/src/sidebar.cpp b/plugins/TabSRMM/src/sidebar.cpp index 60ced8c387..c8e154078e 100644 --- a/plugins/TabSRMM/src/sidebar.cpp +++ b/plugins/TabSRMM/src/sidebar.cpp @@ -310,7 +310,7 @@ void CSideBarButton::renderIconAndNick(const HDC hdc, const RECT *rcItem) const int CSideBarButton::testCloseButton() const { if (m_id == IDC_SIDEBARUP || m_id == IDC_SIDEBARDOWN) // scroller buttons don't have a close button - return(-1); + return -1; if (m_sideBar->getContainer()->dwFlagsEx & TCF_CLOSEBUTTON && !(getLayout()->dwFlags & CSideBar::SIDEBARLAYOUT_NOCLOSEBUTTONS)) { POINT pt; @@ -332,7 +332,7 @@ int CSideBarButton::testCloseButton() const return 1; } } - return(-1); + return -1; } /** * call back from the button window procedure. Activate my session -- cgit v1.2.3