diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-20 20:23:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-20 20:23:25 +0000 |
commit | ca97bc1102b2691e09e1ee949513f53449cbd84a (patch) | |
tree | 9ccb9b25993704b7f2d861a79b4231daad380155 /sfx2 | |
parent | d8673482480d2de5c281650a68f4f0064a803e73 (diff) |
INTEGRATION: CWS bmpres01 (1.90.62); FILE MERGED
2004/04/27 20:07:49 ka 1.90.62.2: RESYNC: (1.90-1.91); FILE MERGED
2004/04/27 14:32:46 ka 1.90.62.1: using new resource structure for images
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 972f4a6c80a9..4bc47ccd3ca8 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -2,9 +2,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.93 $ + * $Revision: 1.94 $ * - * last change: $Author: hr $ $Date: 2004-05-10 13:22:24 $ + * last change: $Author: kz $ $Date: 2004-05-20 21:23:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3842,14 +3842,14 @@ ToolBox RID_ENVTOOLBOX ImageList RID_DEFAULTIMAGELIST_SC { - ImageBitmap = Bitmap { FILE = "sc_out.bmp" ; }; + Prefix = "sc"; MaskColor = IMAGE_STDBTN_COLOR ; IMAGE_ID_LIST }; ImageList RID_DEFAULTIMAGELIST_LC { - ImageBitmap = Bitmap { FILE = "lc_out.bmp" ; }; + Prefix = "lc"; MaskColor = IMAGE_STDBTN_COLOR ; IMAGE_ID_LIST }; |