Changeset 44660 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 12, 2013 4:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.cpp
r44587 r44660 122 122 /* Make no changes if there is no such shortcut: */ 123 123 if (!m_shortcuts.contains(strShortcutKey)) 124 return;124 continue; 125 125 /* Assign overridden sequence to the shortcut: */ 126 126 m_shortcuts[strShortcutKey].setSequence(overrides[strShortcutKey]);
Note:
See TracChangeset
for help on using the changeset viewer.