Changeset 35880 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 7, 2011 4:50:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp
r35879 r35880 109 109 gPropertyMap[] = 110 110 { 111 { "GUI/Input/Host Combo","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 }, 112 112 { "GUI/Input/AutoCapture", "autoCapture", "true|false", true }, 113 113 { "GUI/Customizations", "guiFeatures", "\\S+", true }, … … 161 161 /* Check for the host key upgrade path. */ 162 162 if ( value.isEmpty() 163 && QString(gPropertyMap[i].publicName) == "GUI/Input/Host Combo")163 && QString(gPropertyMap[i].publicName) == "GUI/Input/HostKeyCombination") 164 164 value = vbox.GetExtraData("GUI/Input/HostKey"); 165 165 /* Empty value means the key is absent. It is OK, the default will
Note:
See TracChangeset
for help on using the changeset viewer.