diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 10:39:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 10:39:08 +0000 |
commit | f107aae151838e250176a074220e7c10ccf921fb (patch) | |
tree | ad0a723f50c29afe22be85888e6c9f95ad29643e | |
parent | 40c82ca6be317ece2dd2371f4b8f0bd4fbd4da53 (diff) |
INTEGRATION: CWS bmpres01 (1.4.450); FILE MERGED
2004/04/27 14:33:14 ka 1.4.450.1: using new resource structure for images
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.src b/svtools/source/brwbox/editbrowsebox.src index 5c4c1f272203..dfb54d7f0f29 100644 --- a/svtools/source/brwbox/editbrowsebox.src +++ b/svtools/source/brwbox/editbrowsebox.src @@ -2,9 +2,9 @@ * * $RCSfile: editbrowsebox.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: gt $ $Date: 2002-09-02 09:11:46 $ + * last change: $Author: rt $ $Date: 2004-05-21 11:39:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ ImageList RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX { - ImageBitmap = Bitmap { File = "ed_itbrowse.bmp"; }; + Prefix = "ed"; MaskColor = Color { Red = 0xFFFF; Green = 0x0000; @@ -85,7 +85,7 @@ ImageList RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX ImageList RID_SVTOOLS_IMAGELIST_EDITBWSEBOX_H { - ImageBitmap = Bitmap { File = "edh_itbrowse.bmp"; }; + Prefix = "edh"; MaskColor = Color { Red = 0xFFFF; Green = 0x0000; |