diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-06-23 09:59:45 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-06-23 09:59:45 +0000 |
commit | d32a469270d6032ce394418099ebeb17771afc3f (patch) | |
tree | cc8149b559d195849b5a4bdec07762ceefc68778 /plugins/TopToolBar/common.h | |
parent | d8478067cac03ff0c8378a9915525bedc27231db (diff) |
removed unneded icons
fixed internal pushed buttons
git-svn-id: http://svn.miranda-ng.org/main/trunk@538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index 70b365044d..61fdbdcd0d 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -40,6 +40,8 @@ #define TTBDEFAULT_USEBITMAP 0
#define TTBDEFAULT_SELBKCOLOUR GetSysColor(COLOR_HIGHLIGHT)
+#define TTBBF_INTERNAL 0x1000000
+
///////////////////////////////////////////////////////////////////////////////
// TopButtonInt class
|