diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 08:37:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-21 08:37:26 +0000 |
commit | 0ae762c12331aefc45f409061ec3b54df4c69feb (patch) | |
tree | 4f58b38b64dc63397bc8aa8d90b8179412d56cca | |
parent | 6aefd197da37f0da49bfec1d9d4178ff2cc5024e (diff) |
INTEGRATION: CWS bmpres01 (1.33.96); FILE MERGED
2004/04/27 14:33:31 ka 1.33.96.1: using new resource structure for images
-rw-r--r-- | svx/source/dialog/fontwork.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/fontwork.src b/svx/source/dialog/fontwork.src index c5b3002dc9b4..ba3dda304f7c 100644 --- a/svx/source/dialog/fontwork.src +++ b/svx/source/dialog/fontwork.src @@ -2,9 +2,9 @@ * * $RCSfile: fontwork.src,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: vg $ $Date: 2003-12-17 14:01:41 $ + * last change: $Author: rt $ $Date: 2004-05-21 09:37:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1132,13 +1132,13 @@ DockingWindow RID_SVXDLG_FONTWORK ImageList IL_FONTWORK { - ImageBitmap = Bitmap { File = "fw_imagelist.bmp" ; }; + Prefix = "fw"; MaskColor = IMAGE_STDBTN_COLOR ; FONTWORK_IDLIST }; ImageList ILH_FONTWORK { - ImageBitmap = Bitmap { File = "fwh_imagelist.bmp" ; }; + Prefix = "fwh"; MaskColor = IMAGE_STDBTN_COLOR ; FONTWORK_IDLIST }; |