VirtualBox

Changeset 70230 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 19, 2017 8:55:07 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: Mapped icon for NT3x guest type.

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  
    278278    m_guestOSTypeIconNames.insert("Windows98",       ":/os_win98.png");
    279279    m_guestOSTypeIconNames.insert("WindowsMe",       ":/os_winme.png");
     280    m_guestOSTypeIconNames.insert("WindowsNT3x",     ":/os_winnt4.png");
    280281    m_guestOSTypeIconNames.insert("WindowsNT4",      ":/os_winnt4.png");
    281282    m_guestOSTypeIconNames.insert("Windows2000",     ":/os_win2k.png");
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r69500 r70230  
    5757    { QRegExp(  "Wi.*95",                         Qt::CaseInsensitive), "Windows95" },
    5858    { 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" },
    6061    /* Note: Do not automatically set WindowsXP_64 on 64-bit hosts, as Windows XP 64-bit
    6162     *       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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette