diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 10:40:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 10:40:25 +0000 |
commit | bfeb26cfe81246f7e5b39f73ea67a043058a881b (patch) | |
tree | 522d263b91c1364db283854f2c5e1b8a992b7bc9 | |
parent | 2ac2a8a8410bd7b488ba05882ca20dea1b064bd5 (diff) |
INTEGRATION: CWS bmpres01 (1.52.66); FILE MERGED
2004/04/27 14:33:16 ka 1.52.66.1: using new resource structure for images
-rw-r--r-- | svtools/source/misc/imagemgr.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index 3f65325a1d52..53ae1652ffcb 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.src @@ -2,9 +2,9 @@ * * $RCSfile: imagemgr.src,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: vg $ $Date: 2003-12-17 20:32:54 $ + * last change: $Author: rt $ $Date: 2004-05-21 11:40:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ ImageList RID_SVTOOLS_IMAGELIST_BIG { - ImageBitmap = Bitmap { File = "lx_files.bmp" ; }; + Prefix = "lx"; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { @@ -139,7 +139,7 @@ ImageList RID_SVTOOLS_IMAGELIST_BIG ImageList RID_SVTOOLS_IMAGELIST_SMALL { - ImageBitmap = Bitmap { File = "sx_files.bmp" ; }; + Prefix = "sx"; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { @@ -153,7 +153,7 @@ ImageList RID_SVTOOLS_IMAGELIST_SMALL ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST { - ImageBitmap = Bitmap { File = "lxh_files.bmp" ; }; + Prefix = "lxh"; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { @@ -167,7 +167,7 @@ ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST { - ImageBitmap = Bitmap { File = "sxh_files.bmp" ; }; + Prefix = "sxh"; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { |