diff options
author | Thomas Benisch <tbe@openoffice.org> | 2002-04-04 12:35:07 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2002-04-04 12:35:07 +0000 |
commit | 609fcea5ff92fa3fa3871649db97f27be4435563 (patch) | |
tree | 0c11e0e135149cdf7a247af6676698b74be7e792 | |
parent | 6b1f4aed4706ba3e018ca6ee206cd42d67832cd8 (diff) |
#98312# HC: Implement support for high contrast ImageLists
-rw-r--r-- | basctl/source/basicide/basidesh.src | 8 | ||||
-rw-r--r-- | basctl/source/basicide/objdlg.src | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index 3b2a342de2af..4f1ce76e70d8 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -2,9 +2,9 @@ * * $RCSfile: basidesh.src,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: rt $ $Date: 2002-02-22 21:06:19 $ + * last change: $Author: tbe $ $Date: 2002-04-04 13:33:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2945,7 +2945,7 @@ Menu RID_POPUP_DLGED }; ImageList RID_IMGLST_OBJECTS { - ImageBitmap = Bitmap { FILE = "images.bmp" ; }; + ImageBitmap = Bitmap { FILE = "im_ges.bmp" ; }; MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; }; IdList = { @@ -2962,7 +2962,7 @@ ImageList RID_IMGLST_OBJECTS }; ImageList RID_IMGLST_LAYOUT { - ImageBitmap = Bitmap { FILE = "images2.bmp" ; }; + ImageBitmap = Bitmap { FILE = "im_ges2.bmp" ; }; MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; }; IdList = { diff --git a/basctl/source/basicide/objdlg.src b/basctl/source/basicide/objdlg.src index 9140a2d778b9..7b2e4cfd3c7b 100644 --- a/basctl/source/basicide/objdlg.src +++ b/basctl/source/basicide/objdlg.src @@ -2,9 +2,9 @@ * * $RCSfile: objdlg.src,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2001-12-14 16:39:20 $ + * last change: $Author: tbe $ $Date: 2002-04-04 13:35:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,7 +149,7 @@ FloatingWindow RID_BASICIDE_OBJCAT Pos = MAP_APPFONT ( 4 , 6 ) ; ItemImageList = ImageList { - ImageBitmap = Bitmap { FILE = "images3.bmp" ; }; + ImageBitmap = Bitmap { FILE = "im_ges3.bmp" ; }; MaskColor = Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; }; IdList = { |