Changeset 56917 in vbox
- Timestamp:
- Jul 10, 2015 2:55:16 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101618
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r56241 r56917 595 595 } 596 596 597 QKeySequence defaultShortcut(UIActionPoolType) const598 {599 return QKeySequence("G");600 }601 602 597 void retranslateUi() 603 598 { … … 1215 1210 } 1216 1211 1217 QKeySequence defaultShortcut(UIActionPoolType) const1218 {1219 return QKeySequence("I");1220 }1221 1222 1212 void retranslateUi() 1223 1213 { … … 1623 1613 { 1624 1614 return QString("InstallGuestAdditions"); 1625 }1626 1627 QKeySequence defaultShortcut(UIActionPoolType) const1628 {1629 return QKeySequence("D");1630 1615 } 1631 1616
Note:
See TracChangeset
for help on using the changeset viewer.