summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/toolbar.src
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-09-02 04:58:56 +0000
committergt <gt@openoffice.org>2002-09-02 04:58:56 +0000
commitf28f7ebe17fec6103b4aa43534dec75ea696d571 (patch)
tree3fa4da59bd5b0b0e2a5384568b53b9d5408bc0b0 /extensions/source/bibliography/toolbar.src
parent10775013e6bf59a5c36213f767fa2a96d8563da6 (diff)
#99281# new mask color magenta
Diffstat (limited to 'extensions/source/bibliography/toolbar.src')
-rw-r--r--extensions/source/bibliography/toolbar.src10
1 files changed, 6 insertions, 4 deletions
diff --git a/extensions/source/bibliography/toolbar.src b/extensions/source/bibliography/toolbar.src
index 29d26705a3a3..f45e30825d6d 100644
--- a/extensions/source/bibliography/toolbar.src
+++ b/extensions/source/bibliography/toolbar.src
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbar.src,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: os $ $Date: 2002-05-07 13:55:20 $
+ * last change: $Author: gt $ $Date: 2002-09-02 05:58:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,8 @@
#include "extensio.hrc"
#include "toolbar.hrc"
+#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
+
ToolBox RID_BIB_TOOLBAR
{
HelpId = HID_BIB_DB_TBX;
@@ -316,13 +318,13 @@ ToolBox RID_BIB_TOOLBAR
ImageList RID_TOOLBAR_IMGLIST
{
ImageBitmap = Bitmap { File = "sc_bibdb.bmp" ; };
- MaskColor = Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; };
+ MASKCOLOR
BIB_IMAGES
};
ImageList RID_TOOLBAR_IMGLIST_HC
{
ImageBitmap = Bitmap { File = "sch_bibdb.bmp" ; };
- MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
+ MASKCOLOR
BIB_IMAGES
};