summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-06 12:49:32 +0000
committerOliver Specht <os@openoffice.org>2002-09-06 12:49:32 +0000
commit6ff656c60c72e4e67c90902277adf3e866fb993e (patch)
tree0dbc950e986f14934f1afc1a55e566cda5ba4ac9 /sw/source/ui/frmdlg
parent59c4182bbae5b3681d65c0408ed1d08c243fc8b0 (diff)
#99281# MaskColor define changed
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r--sw/source/ui/frmdlg/wrap.src9
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/source/ui/frmdlg/wrap.src b/sw/source/ui/frmdlg/wrap.src
index 207695a00847..d35aced4878c 100644
--- a/sw/source/ui/frmdlg/wrap.src
+++ b/sw/source/ui/frmdlg/wrap.src
@@ -2,9 +2,9 @@
*
* $RCSfile: wrap.src,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: os $ $Date: 2002-08-29 07:08:55 $
+ * last change: $Author: os $ $Date: 2002-09-06 13:48:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -655,15 +655,14 @@ TabPage TP_FRM_WRAP
ImageList IL_WRAP
{
ImageBitmap = Bitmap { File = "wr_aplist.bmp" ; };
- MaskColor = IMAGE_STDBTN_COLOR ;
+ MaskColor = IMAGE_MASK_COLOR ;
WRAP_IDLIST
};
ImageList ILH_WRAP
{
ImageBitmap = Bitmap { File = "wrh_aplist.bmp" ; };
- MaskColor = IMAGE_STDBTN_COLOR ;
+ MaskColor = IMAGE_MASK_COLOR ;
WRAP_IDLIST
};
-
};