diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-10 17:54:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-10 17:54:52 +0000 |
commit | e4ff24d8abc2af58b91585bc3ce221214d5a148b (patch) | |
tree | fe4a92abacb1a5f399b5a3dc80e9b83bbab0246e /plugins/TopToolBar/common.h | |
parent | 8374f9abfa2da0acea6bc14000f90d2085af945a (diff) |
fixes for Clist Modern's skinned toolbar
git-svn-id: http://svn.miranda-ng.org/main/trunk@890 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 82fad3485f..23c0bcb2f0 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -34,6 +34,8 @@ #include "m_icolib.h"
#include "BkgrCfg.h"
+#define TTB_BUTTON_CLASS _T("TopToolbarButtonClass")
+
#define TTBDEFAULT_BKBMPUSE CLB_STRETCH
#define TTBDEFAULT_BKCOLOUR GetSysColor(COLOR_3DFACE)
#define TTBDEFAULT_USEBITMAP 0
|