VirtualBox

Changeset 10605 in vbox


Ignore:
Timestamp:
Jul 14, 2008 3:56:44 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Flip USB & Serial in the toolbar style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialogSpecific.cpp

    r10604 r10605  
    269269             PortsId, "#ports");
    270270
     271    /* USB page */
     272    prefPage = new VBoxVMSettingsUSB (VBoxVMSettingsUSB::MachineType);
     273    addItem (VBoxGlobal::iconSet (":/usb_16px.png"),
     274             USBId, "#usb",
     275             prefPage, PortsId);
     276
    271277    /* Serial page */
    272278    prefPage = new VBoxVMSettingsSerialPage();
     
    279285    addItem (VBoxGlobal::iconSet (":/parallel_port_16px.png"),
    280286             ParallelId, "#parallelPorts",
    281              prefPage, PortsId);
    282 
    283     /* USB page */
    284     prefPage = new VBoxVMSettingsUSB (VBoxVMSettingsUSB::MachineType);
    285     addItem (VBoxGlobal::iconSet (":/usb_16px.png"),
    286              USBId, "#usb",
    287287             prefPage, PortsId);
    288288
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