Changeset 53012 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 9, 2014 5:40:56 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r52730 r53012 287 287 m_guestOSTypeIconNames.insert("Windows81_64", ":/os_win8_64.png"); 288 288 m_guestOSTypeIconNames.insert("Windows2012_64", ":/os_win2k12_64.png"); 289 m_guestOSTypeIconNames.insert("Windows10", ":/os_win_other.png"); 290 m_guestOSTypeIconNames.insert("Windows10_64", ":/os_win_other.png"); 289 291 m_guestOSTypeIconNames.insert("WindowsNT", ":/os_win_other.png"); 290 292 m_guestOSTypeIconNames.insert("WindowsNT_64", ":/os_win_other.png"); /// @todo os_win_other_64 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r52995 r53012 3556 3556 || strGuestOSTypeId.startsWith("Windows8") 3557 3557 || strGuestOSTypeId.startsWith("Windows81") 3558 || strGuestOSTypeId.startsWith("Windows10") 3558 3559 || strGuestOSTypeId.startsWith("Windows2008") 3559 3560 || strGuestOSTypeId.startsWith("Windows2012"); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp
r52730 r53012 74 74 { QRegExp( "(Wi.*8.*64)|(W8.*64)", Qt::CaseInsensitive), "Windows8_64" }, 75 75 { QRegExp( "(Wi.*8.*32)|(W8.*32)", Qt::CaseInsensitive), "Windows8" }, 76 { QRegExp( "(Wi.*10.*64)|(W10.*64)", Qt::CaseInsensitive), "Windows10_64" }, 77 { QRegExp( "(Wi.*10.*32)|(W10.*32)", Qt::CaseInsensitive), "Windows10" }, 76 78 { QRegExp( "Wi.*3.*1", Qt::CaseInsensitive), "Windows31" }, 77 79 { QRegExp( "Wi.*64", Qt::CaseInsensitive), "WindowsXP_64" },
Note:
See TracChangeset
for help on using the changeset viewer.