diff options
author | hg <hg@oosvn01.> | 2009-10-08 15:26:48 +0000 |
---|---|---|
committer | hg <hg@oosvn01.> | 2009-10-08 15:26:48 +0000 |
commit | cb96fd830b26c7224ede88691ca4f06a989ee7cb (patch) | |
tree | 7e333c55af9a9c2d3ac1229e25a3cda23efca0a4 /vcl/source/src | |
parent | adf0066a17538a394550237a54f6fc0027f6ed29 (diff) | |
parent | 040311c76f5f997fe4a0cc6e06e87e439ee9cbab (diff) |
merge with m40
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/images.src | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index 44ab1e4f70ee..a2b057c8d234 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -112,7 +112,14 @@ Bitmap (SV_RESID_BITMAP_RADIO + SV_RESID_MONOOFFSET) Bitmap SV_RESID_BITMAP_MSGBOX { - File = "msgbox.bmp"; + File = "msgbox.png"; +}; + +// ----------------------------------------------------------------------- + +Bitmap SV_RESID_BITMAP_MSGBOX_HC +{ + File = "msgbox_hc.png"; }; // ----------------------------------------------------------------------- |