VirtualBox

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


Ignore:
Timestamp:
Nov 6, 2015 12:42:39 PM (9 years ago)
Author:
vboxsync
Message:

GUI: VBoxBS_64 OS type and associated new VM wizard regexp.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp

    r58346 r58603  
    351351    m_guestOSTypeIconNames.insert("MacOS1011_64",    ":/os_macosx_64.png");
    352352    m_guestOSTypeIconNames.insert("JRockitVE",       ":/os_jrockitve.png");
     353    m_guestOSTypeIconNames.insert("VBoxBS_64",       ":/os_other_64.png");
    353354}
    354355
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r57340 r58603  
    166166    { QRegExp("Net",                  Qt::CaseInsensitive), "Netware" },
    167167    { QRegExp("Rocki",                Qt::CaseInsensitive), "JRockitVE" },
     168    { QRegExp("bs[23]{0,1}-",         Qt::CaseInsensitive), "VBoxBS_64" }, /* bootsector tests */
    168169    { QRegExp("Ot",                   Qt::CaseInsensitive), "Other" },
    169170};
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