- Timestamp:
- Aug 14, 2018 5:51:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.cpp
r71525 r73667 167 167 /* Copy the sequence from the shortcut to the action: */ 168 168 pAction->setShortcut(existingShortcut.sequence()); 169 pAction->retranslateUi(); 169 170 /* Copy the default sequence from the action to the shortcut: */ 170 171 existingShortcut.setDefaultSequence(pAction->defaultShortcut(pActionPool->type())); … … 179 180 newShortcut.setDefaultSequence(pAction->defaultShortcut(pActionPool->type())); 180 181 pAction->setShortcut(newShortcut.sequence()); 182 pAction->retranslateUi(); 181 183 /* Copy the description from the action to the shortcut: */ 182 184 newShortcut.setDescription(pAction->name());
Note:
See TracChangeset
for help on using the changeset viewer.