Changeset 67815 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 6, 2017 10:09:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116742
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 5 deleted
- 159 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r67068 r67815 257 257 <file alias="os_l4.png">images/os_l4.png</file> 258 258 <file alias="os_linux.png">images/os_linux.png</file> 259 <file alias="os_linux_64.png">images/os_linux_64.png</file> 259 260 <file alias="os_linux22.png">images/os_linux22.png</file> 260 261 <file alias="os_linux24.png">images/os_linux24.png</file> … … 262 263 <file alias="os_linux26.png">images/os_linux26.png</file> 263 264 <file alias="os_linux26_64.png">images/os_linux26_64.png</file> 264 <file alias="os_linux_other.png">images/os_linux_other.png</file>265 265 <file alias="os_macosx.png">images/os_macosx.png</file> 266 266 <file alias="os_macosx_64.png">images/os_macosx_64.png</file> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc
r67068 r67815 250 250 <file alias="os_freebsd_64_hidpi.png">images/hidpi/os_freebsd_64_hidpi.png</file> 251 251 <file alias="os_freebsd_hidpi.png">images/hidpi/os_freebsd_hidpi.png</file> 252 <file alias="os_freedos_hidpi.png">images/hidpi/os_freedos_hidpi.png</file>253 252 <file alias="os_gentoo_64_hidpi.png">images/hidpi/os_gentoo_64_hidpi.png</file> 254 253 <file alias="os_gentoo_hidpi.png">images/hidpi/os_gentoo_hidpi.png</file> … … 261 260 <file alias="os_linux26_hidpi.png">images/hidpi/os_linux26_hidpi.png</file> 262 261 <file alias="os_linux_hidpi.png">images/hidpi/os_linux_hidpi.png</file> 263 <file alias="os_linux_ other_hidpi.png">images/hidpi/os_linux_other_hidpi.png</file>262 <file alias="os_linux_64_hidpi.png">images/hidpi/os_linux_64_hidpi.png</file> 264 263 <file alias="os_macosx_64_hidpi.png">images/hidpi/os_macosx_64_hidpi.png</file> 265 264 <file alias="os_macosx_hidpi.png">images/hidpi/os_macosx_hidpi.png</file> 266 265 <file alias="os_mandriva_64_hidpi.png">images/hidpi/os_mandriva_64_hidpi.png</file> 267 266 <file alias="os_mandriva_hidpi.png">images/hidpi/os_mandriva_hidpi.png</file> 268 <file alias="os_mint_64_hidpi.png">images/hidpi/os_mint_64_hidpi.png</file>269 <file alias="os_mint_hidpi.png">images/hidpi/os_mint_hidpi.png</file>270 267 <file alias="os_netbsd_64_hidpi.png">images/hidpi/os_netbsd_64_hidpi.png</file> 271 268 <file alias="os_netbsd_hidpi.png">images/hidpi/os_netbsd_hidpi.png</file> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc
r67160 r67815 20 20 <file alias="os_win98.png">images/os_win98.png</file> 21 21 <file alias="os_win_other.png">images/os_win_other.png</file> 22 <file alias="os_win_other_64.png">images/os_win_other_64.png</file> 22 23 <file alias="os_winme.png">images/os_winme.png</file> 23 24 <file alias="os_winnt4.png">images/os_winnt4.png</file> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_hidpi.qrc
r67160 r67815 29 29 <file alias="os_win98_hidpi.png">images/hidpi/os_win98_hidpi.png</file> 30 30 <file alias="os_win_other_hidpi.png">images/hidpi/os_win_other_hidpi.png</file> 31 <file alias="os_win_other_64_hidpi.png">images/hidpi/os_win_other_64_hidpi.png</file> 31 32 <file alias="os_winme_hidpi.png">images/hidpi/os_winme_hidpi.png</file> 32 33 <file alias="os_winnt4_hidpi.png">images/hidpi/os_winnt4_hidpi.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r66662 r67815 300 300 m_guestOSTypeIconNames.insert("Windows2016_64", ":/os_win2k16_64.png"); 301 301 m_guestOSTypeIconNames.insert("WindowsNT", ":/os_win_other.png"); 302 m_guestOSTypeIconNames.insert("WindowsNT_64", ":/os_win_other .png"); /// @todo os_win_other_64302 m_guestOSTypeIconNames.insert("WindowsNT_64", ":/os_win_other_64.png"); 303 303 m_guestOSTypeIconNames.insert("OS2Warp3", ":/os_os2warp3.png"); 304 304 m_guestOSTypeIconNames.insert("OS2Warp4", ":/os_os2warp4.png"); … … 334 334 m_guestOSTypeIconNames.insert("Oracle", ":/os_oracle.png"); 335 335 m_guestOSTypeIconNames.insert("Oracle_64", ":/os_oracle_64.png"); 336 m_guestOSTypeIconNames.insert("Linux", ":/os_linux _other.png");337 m_guestOSTypeIconNames.insert("Linux_64", ":/os_linux_ other.png"); /// @todo os_linux_other_64336 m_guestOSTypeIconNames.insert("Linux", ":/os_linux.png"); 337 m_guestOSTypeIconNames.insert("Linux_64", ":/os_linux_64.png"); 338 338 m_guestOSTypeIconNames.insert("FreeBSD", ":/os_freebsd.png"); 339 339 m_guestOSTypeIconNames.insert("FreeBSD_64", ":/os_freebsd_64.png");
Note:
See TracChangeset
for help on using the changeset viewer.