diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-29 06:20:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-29 06:20:46 +0000 |
commit | 550f48c642ceb75a67b6dd10f858b7a8f2c0d157 (patch) | |
tree | 96622748dfdfe5797ffd42f2da7a84d60ced50a0 /plugins/TabSRMM/src/themes.cpp | |
parent | 4334878d14946fd0042d98a251093719930ae342 (diff) |
m_cln_skinedit.h removed
all needed code moved to themes.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@13238 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/themes.cpp')
-rw-r--r-- | plugins/TabSRMM/src/themes.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp index d32fd28c82..60af86107e 100644 --- a/plugins/TabSRMM/src/themes.cpp +++ b/plugins/TabSRMM/src/themes.cpp @@ -2508,6 +2508,6 @@ void CSkin::FillBack(const HDC hdc, RECT* rc) /////////////////////////////////////////////////////////////////////////////////////////
bool CSkin::IsThemed()
-{ - return !(m_skinEnabled && !SkinItems[ID_EXTBKBUTTONSNPRESSED].IGNORED && !SkinItems[ID_EXTBKBUTTONSPRESSED].IGNORED && !SkinItems[ID_EXTBKBUTTONSMOUSEOVER].IGNORED); -} +{
+ return !(m_skinEnabled && !SkinItems[ID_EXTBKBUTTONSNPRESSED].IGNORED && !SkinItems[ID_EXTBKBUTTONSPRESSED].IGNORED && !SkinItems[ID_EXTBKBUTTONSMOUSEOVER].IGNORED);
+}
|