summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-03-08 16:04:54 +0100
committerSebastian Schmelzer2011-03-08 16:04:54 +0100
commit9422b12ed0e348a7eee854a454cc486e7a31b412 (patch)
treef1d9f33a47bb2ff92b2b154c4063001c0e09afbc
parentresize images (diff)
downloadvmchooser-9422b12ed0e348a7eee854a454cc486e7a31b412.tar.gz
vmchooser-9422b12ed0e348a7eee854a454cc486e7a31b412.tar.xz
vmchooser-9422b12ed0e348a7eee854a454cc486e7a31b412.zip
add beos/os2
-rw-r--r--src/images.qrc2
-rw-r--r--src/img/beos.pngbin0 -> 2414 bytes
-rw-r--r--src/img/os2.pngbin0 -> 8291 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/src/images.qrc b/src/images.qrc
index 216afe7..7fc25d6 100644
--- a/src/images.qrc
+++ b/src/images.qrc
@@ -25,5 +25,7 @@
<file alias="dosbox">img/dosbox.png</file>
<file alias="qemu">img/qemu.png</file>
<file alias="mess">img/mess.png</file>
+ <file alias="beos">img/beos.png</file>
+ <file alias="os2">img/os2.png</file>
</qresource>
</RCC>
diff --git a/src/img/beos.png b/src/img/beos.png
new file mode 100644
index 0000000..97f3625
--- /dev/null
+++ b/src/img/beos.png
Binary files differ
diff --git a/src/img/os2.png b/src/img/os2.png
new file mode 100644
index 0000000..583d991
--- /dev/null
+++ b/src/img/os2.png
Binary files differ