summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-05-08 20:13:39 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-05-08 20:13:39 +0200
commitde98b2770bd32651e8472809dd67882ee6680808 (patch)
tree1541cbabc009b655ab6db5f9b7c7622e0ca8491c /Base/res
parentb5b44a29bbfbf83e348ab0007d04039fb252bbe5 (diff)
downloadserenity-de98b2770bd32651e8472809dd67882ee6680808.zip
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/icons/32x32/msgbox-error.pngbin0 -> 666 bytes
-rw-r--r--Base/res/icons/32x32/msgbox-information.pngbin0 -> 636 bytes
-rw-r--r--Base/res/icons/32x32/msgbox-warning.pngbin0 -> 583 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/32x32/msgbox-error.png b/Base/res/icons/32x32/msgbox-error.png
new file mode 100644
index 0000000000..9c23ef00d0
--- /dev/null
+++ b/Base/res/icons/32x32/msgbox-error.png
Binary files differ
diff --git a/Base/res/icons/32x32/msgbox-information.png b/Base/res/icons/32x32/msgbox-information.png
new file mode 100644
index 0000000000..92ebbaa49e
--- /dev/null
+++ b/Base/res/icons/32x32/msgbox-information.png
Binary files differ
diff --git a/Base/res/icons/32x32/msgbox-warning.png b/Base/res/icons/32x32/msgbox-warning.png
new file mode 100644
index 0000000000..99c4b07297
--- /dev/null
+++ b/Base/res/icons/32x32/msgbox-warning.png
Binary files differ