VirtualBox

Changeset 43480 in vbox


Ignore:
Timestamp:
Oct 1, 2012 9:56:14 AM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: added dummy icon for w2k12

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

Legend:

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

    r43477 r43480  
    38363836           || strGuestOSTypeId.startsWith("Windows7")
    38373837           || strGuestOSTypeId.startsWith("Windows8")
    3838            || strGuestOSTypeId.startsWith("Windows2008");
     3838           || strGuestOSTypeId.startsWith("Windows2008")
     3839           || strGuestOSTypeId.startsWith("Windows2012");
    38393840}
    38403841#endif /* VBOX_WITH_CRHGSMI */
     
    43144315        {"Windows8",        ":/os_win8.png"},
    43154316        {"Windows8_64",     ":/os_win8_64.png"},
     4317        {"Windows2012",     ":/os_win2k12_64.png"},
    43164318        {"WindowsNT",       ":/os_win_other.png"},
    43174319        {"OS2Warp3",        ":/os_os2warp3.png"},
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r43041 r43480  
    5959    { QRegExp("((Wi.*V)|(Vista)).*64", Qt::CaseInsensitive), "WindowsVista_64" },
    6060    { QRegExp("(Wi.*V)|(Vista)", Qt::CaseInsensitive), "WindowsVista" },
     61    { QRegExp("(Wi.*2012)|(W2K12)", Qt::CaseInsensitive), "Windows2012_64" },
    6162    { QRegExp("((Wi.*2008)|(W2K8)).*64", Qt::CaseInsensitive), "Windows2008_64" },
    6263    { QRegExp("(Wi.*2008)|(W2K8)", Qt::CaseInsensitive), "Windows2008" },
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