VirtualBox

Changeset 26444 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Feb 11, 2010 4:56:04 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57587
Message:

Main: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r26440 r26444  
    20602060            if (pelmHwChild->getAttributeValue("Keyboard", strHidType))
    20612061            {
    2062                 if (    (strHidType == "None")
    2063                         )
     2062                if (strHidType == "None")
    20642063                    hw.keyboardHidType = KeyboardHidType_None;
    2065                 else if (    (strHidType == "USBKeyboard")
    2066                         )
     2064                else if (strHidType == "USBKeyboard")
    20672065                    hw.keyboardHidType = KeyboardHidType_USBKeyboard;
    2068                 else if (    (strHidType == "PS2Keyboard")
    2069                         )
     2066                else if (strHidType == "PS2Keyboard")
    20702067                    hw.keyboardHidType = KeyboardHidType_PS2Keyboard;
    2071                 else if (    (strHidType == "ComboKeyboard")
    2072                         )
     2068                else if (strHidType == "ComboKeyboard")
    20732069                    hw.keyboardHidType = KeyboardHidType_ComboKeyboard;
    20742070                else
     
    20802076            if (pelmHwChild->getAttributeValue("Pointing", strHidType))
    20812077            {
    2082                  if (    (strHidType == "None")
    2083                         )
     2078                 if (strHidType == "None")
    20842079                    hw.pointingHidType = PointingHidType_None;
    2085                 else if (    (strHidType == "USBMouse")
    2086                         )
     2080                else if (strHidType == "USBMouse")
    20872081                    hw.pointingHidType = PointingHidType_USBMouse;
    2088                 else if (    (strHidType == "UsbTablet")
    2089                         )
     2082                else if (strHidType == "UsbTablet")
    20902083                    hw.pointingHidType = PointingHidType_USBTablet;
    2091                 else if (    (strHidType == "PS2Mouse")
    2092                         )
     2084                else if (strHidType == "PS2Mouse")
    20932085                    hw.pointingHidType = PointingHidType_PS2Mouse;
    2094                 else if (    (strHidType == "ComboMouse")
    2095                         )
     2086                else if (strHidType == "ComboMouse")
    20962087                    hw.pointingHidType = PointingHidType_ComboMouse;
    20972088                else
Note: See TracChangeset for help on using the changeset viewer.

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