VirtualBox

Ignore:
Timestamp:
Feb 7, 2011 4:50:39 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: rename the extra data key for host key combinations

File:
1 edited

Legend:

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

    r35879 r35880  
    109109gPropertyMap[] =
    110110{
    111     { "GUI/Input/HostCombo",                       "hostCombo",               "0|\\d*[1-9]\\d*(,\\d*[1-9]\\d*)?(,\\d*[1-9]\\d*)?", true },
     111    { "GUI/Input/HostKeyCombination",              "hostCombo",               "0|\\d*[1-9]\\d*(,\\d*[1-9]\\d*)?(,\\d*[1-9]\\d*)?", true },
    112112    { "GUI/Input/AutoCapture",                     "autoCapture",             "true|false", true },
    113113    { "GUI/Customizations",                        "guiFeatures",             "\\S+", true },
     
    161161        /* Check for the host key upgrade path. */
    162162        if (   value.isEmpty()
    163             && QString(gPropertyMap[i].publicName) == "GUI/Input/HostCombo")
     163            && QString(gPropertyMap[i].publicName) == "GUI/Input/HostKeyCombination")
    164164            value = vbox.GetExtraData("GUI/Input/HostKey");
    165165        /* Empty value means the key is absent. It is OK, the default will
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