Changeset 70230 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 19, 2017 8:55:07 PM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp
r69879 r70230 278 278 m_guestOSTypeIconNames.insert("Windows98", ":/os_win98.png"); 279 279 m_guestOSTypeIconNames.insert("WindowsMe", ":/os_winme.png"); 280 m_guestOSTypeIconNames.insert("WindowsNT3x", ":/os_winnt4.png"); 280 281 m_guestOSTypeIconNames.insert("WindowsNT4", ":/os_winnt4.png"); 281 282 m_guestOSTypeIconNames.insert("Windows2000", ":/os_win2k.png"); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp
r69500 r70230 57 57 { QRegExp( "Wi.*95", Qt::CaseInsensitive), "Windows95" }, 58 58 { QRegExp( "Wi.*Me", Qt::CaseInsensitive), "WindowsMe" }, 59 { QRegExp( "(Wi.*NT)|(NT4)", Qt::CaseInsensitive), "WindowsNT4" }, 59 { QRegExp( "(Wi.*NT)|(NT[-._v]*4)", Qt::CaseInsensitive), "WindowsNT4" }, 60 { QRegExp( "NT[-._v]*3[.,]*[51x]", Qt::CaseInsensitive), "WindowsNT3x" }, 60 61 /* Note: Do not automatically set WindowsXP_64 on 64-bit hosts, as Windows XP 64-bit 61 62 * is extremely rare -- most users never heard of it even. So always default to 32-bit. */
Note:
See TracChangeset
for help on using the changeset viewer.