summaryrefslogtreecommitdiffstats
path: root/src/images.qrc
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-24 15:26:58 +0200
committerSimon Rettberg2019-06-24 15:26:58 +0200
commit01ee02258797cef715e958ce6d32e7dee0b9831b (patch)
treef7e58810054bfe9fa098dc9f469ec7cc50285c63 /src/images.qrc
parentSave everything (thanks QTCreator) (diff)
downloadvmchooser2-01ee02258797cef715e958ce6d32e7dee0b9831b.tar.gz
vmchooser2-01ee02258797cef715e958ce6d32e7dee0b9831b.tar.xz
vmchooser2-01ee02258797cef715e958ce6d32e7dee0b9831b.zip
Improve OS icon detection, add Win9x and Win 10
Diffstat (limited to 'src/images.qrc')
-rw-r--r--src/images.qrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/images.qrc b/src/images.qrc
index 938fac5..dda48f1 100644
--- a/src/images.qrc
+++ b/src/images.qrc
@@ -8,7 +8,7 @@
<file alias="gentoo">img/gentoo.png</file>
<file alias="redhat">img/redhat.png</file>
<file alias="fedora">img/fedora.png</file>
- <file alias="bsd">img/bsd.png</file>
+ <file alias="freebsd">img/freebsd.png</file>
<file alias="osx">img/osx.png</file>
<file alias="macos">img/macos.png</file>
<file alias="gnome">img/gnome.png</file>
@@ -34,8 +34,10 @@
<file alias="opensolaris">img/opensolaris.png</file>
<file alias="solaris">img/solaris.png</file>
<file alias="win311">img/win311.png</file>
+ <file alias="win9x">img/win9x.png</file>
<file alias="win7">img/win7.png</file>
<file alias="win8">img/win8.png</file>
+ <file alias="win10">img/win10.png</file>
<file alias="winxp">img/winxp.png</file>
<file alias="win2000">img/win2000.png</file>
<file alias="dos">img/msdos.png</file>