diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-21 05:08:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-21 05:08:00 +0000 |
commit | 11ded3a2ad74ab15a67aaf46b1c7ee452a5757ed (patch) | |
tree | 60f043c0fe7535a5885347250f15eeae08b197fa /src/modules/options/iconheader.cpp | |
parent | 509f52fe07c0b035dfeea810b99edf92a9781380 (diff) |
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/options/iconheader.cpp')
-rw-r--r-- | src/modules/options/iconheader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/iconheader.cpp b/src/modules/options/iconheader.cpp index 6b51a0afe9..cf90cf8b25 100644 --- a/src/modules/options/iconheader.cpp +++ b/src/modules/options/iconheader.cpp @@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "..\..\core\commonheaders.h"
#include "m_iconheader.h"
-
extern HINSTANCE hInst;
static BOOL IsAeroMode()
@@ -292,7 +291,8 @@ static LRESULT MIcoTab_OnPaint(HWND hwndDlg, MIcoTabCtrl *mit, UINT msg, WPARAM MIcoTab_FillRect(tempDC, 0, mit->height-2, mit->width, 1, GetSysColor(COLOR_BTNSHADOW));
MIcoTab_FillRect(tempDC, 0, mit->height-1, mit->width, 1, GetSysColor(COLOR_BTNHIGHLIGHT));
- } }
+ }
+ }
//Draw Items
HFONT hFont = mit->hFont;
|