diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-20 23:09:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-20 23:09:18 +0000 |
commit | af693f3f152e5a0f7e98e8f800e3573bd4b33901 (patch) | |
tree | 046759d2f85771c69097b6127135994e1fce04ed /plugins/TabSRMM/src/sidebar.cpp | |
parent | 8307d69d0dbc7090956ea044eee19b4644104363 (diff) |
another ansi url removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/sidebar.cpp')
-rw-r--r-- | plugins/TabSRMM/src/sidebar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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
|