summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/langbox.src
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-06-19 04:49:34 +0000
committerPeter Burow <pb@openoffice.org>2001-06-19 04:49:34 +0000
commit3e0400167e888949713321f166c020fd4568291d (patch)
treeb7b5c155724ff2be7aa0e8b23acf0f1ea4554138 /svx/source/dialog/langbox.src
parentnew version for SRC636 (diff)
downloadcore-3e0400167e888949713321f166c020fd4568291d.tar.gz
core-3e0400167e888949713321f166c020fd4568291d.zip
fix: #88183# magenta as maskcolor for checked bitmap
Diffstat (limited to 'svx/source/dialog/langbox.src')
-rw-r--r--svx/source/dialog/langbox.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/langbox.src b/svx/source/dialog/langbox.src
index 838969ca9146..ad98353aa346 100644
--- a/svx/source/dialog/langbox.src
+++ b/svx/source/dialog/langbox.src
@@ -2,9 +2,9 @@
*
* $RCSfile: langbox.src,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pb $ $Date: 2000-11-24 10:21:48 $
+ * last change: $Author: pb $ $Date: 2001-06-19 05:49:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@ Image RID_SVXIMG_NOTCHECKED
Image RID_SVXIMG_CHECKED
{
ImageBitmap = Bitmap { File = "lngcheck.bmp" ; } ;
- MaskColor = Color { Red=0xC000; Green=0xC000; Blue=0xC000; } ;
+ MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
};
// ********************************************************************** EOF