summaryrefslogtreecommitdiff
path: root/vcl/source/src/images.src
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/src/images.src')
-rw-r--r--vcl/source/src/images.src19
1 files changed, 17 insertions, 2 deletions
diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src
index f1011e5bd34f..bc96efbd8343 100644
--- a/vcl/source/src/images.src
+++ b/vcl/source/src/images.src
@@ -74,9 +74,24 @@ Bitmap (SV_RESID_BITMAP_RADIO + SV_RESID_MONOOFFSET)
File = "radiomono.bmp";
};
-Bitmap SV_RESID_BITMAP_MSGBOX
+Bitmap SV_RESID_BITMAP_ERRORBOX
{
- File = "msgbox.png";
+ File = "errorbox.png";
+};
+
+Bitmap SV_RESID_BITMAP_WARNINGBOX
+{
+ File = "warningbox.png";
+};
+
+Bitmap SV_RESID_BITMAP_QUERYBOX
+{
+ File = "querybox.png";
+};
+
+Bitmap SV_RESID_BITMAP_INFOBOX
+{
+ File = "infobox.png";
};
Bitmap SV_RESID_BITMAP_CLOSEDOC