diff options
author | Sebastian Schmelzer | 2011-03-08 16:04:54 +0100 |
---|---|---|
committer | Sebastian Schmelzer | 2011-03-08 16:04:54 +0100 |
commit | 9422b12ed0e348a7eee854a454cc486e7a31b412 (patch) | |
tree | f1d9f33a47bb2ff92b2b154c4063001c0e09afbc /src | |
parent | resize images (diff) | |
download | vmchooser-9422b12ed0e348a7eee854a454cc486e7a31b412.tar.gz vmchooser-9422b12ed0e348a7eee854a454cc486e7a31b412.tar.xz vmchooser-9422b12ed0e348a7eee854a454cc486e7a31b412.zip |
add beos/os2
Diffstat (limited to 'src')
-rw-r--r-- | src/images.qrc | 2 | ||||
-rw-r--r-- | src/img/beos.png | bin | 0 -> 2414 bytes | |||
-rw-r--r-- | src/img/os2.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..97f3625 --- /dev/null +++ b/src/img/beos.png diff --git a/src/img/os2.png b/src/img/os2.png Binary files differnew file mode 100644 index 0000000..583d991 --- /dev/null +++ b/src/img/os2.png |