diff options
author | Oliver Specht <os@openoffice.org> | 2002-09-06 12:49:32 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-09-06 12:49:32 +0000 |
commit | 6ff656c60c72e4e67c90902277adf3e866fb993e (patch) | |
tree | 0dbc950e986f14934f1afc1a55e566cda5ba4ac9 /sw/inc/rcid.hrc | |
parent | 59c4182bbae5b3681d65c0408ed1d08c243fc8b0 (diff) |
#99281# MaskColor define changed
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 401a92ec4ccf..7f55f1e07753 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: rcid.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2002-08-29 06:46:27 $ + * last change: $Author: os $ $Date: 2002-09-06 13:41:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ #include <sfx2/sfxsids.hrc> #endif -#define IMAGE_STDBTN_COLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } +#define IMAGE_MASK_COLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } // ---------------------------------------------------------------- // Bereiche fuer die UI-Verzeichnisse // ---------------------------------------------------------------- |