From f28f7ebe17fec6103b4aa43534dec75ea696d571 Mon Sep 17 00:00:00 2001 From: gt Date: Mon, 2 Sep 2002 04:58:56 +0000 Subject: #99281# new mask color magenta --- extensions/source/bibliography/toolbar.src | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extensions/source/bibliography/toolbar.src') 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 }; -- cgit