Changeset 87413 in vbox
- Timestamp:
- Jan 25, 2021 11:03:51 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp
r87354 r87413 82 82 } 83 83 84 /** Handles translation event. */ 85 virtual void retranslateUi() /* override */ 86 { 87 setName(QApplication::translate("UIActionPool", "&Extension Pack Manager...")); 84 /** Returns default shortcut. */ 85 virtual QKeySequence defaultShortcut(UIActionPoolType) const /* override */ 86 { 87 return QKeySequence("Ctrl+T"); 88 } 89 90 /** Handles translation event. */ 91 virtual void retranslateUi() /* override */ 92 { 93 setName(QApplication::translate("UIActionPool", "Ex&tension Pack Manager...")); 88 94 setStatusTip(QApplication::translate("UIActionPool", "Display the Extension Pack Manager window")); 89 95 }
Note:
See TracChangeset
for help on using the changeset viewer.