Changeset 10771 in vbox
- Timestamp:
- Jul 21, 2008 9:59:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r10515 r10771 1521 1521 /* vmPauseAction is set up in updateAppearanceOf() */ 1522 1522 1523 #ifdef Q_WS_MAC 1524 /* Host+H is Hide on the mac */ 1525 vmACPIShutdownAction->setText (VBoxGlobal::insertKeyToActionText (tr ("ACPI S&hutdown"), "U")); 1526 #else /* Q_WS_MAC */ 1523 1527 vmACPIShutdownAction->setText (VBoxGlobal::insertKeyToActionText (tr ("ACPI S&hutdown"), "H")); 1528 #endif /* !Q_WS_MAC */ 1524 1529 vmACPIShutdownAction->setStatusTip ( 1525 1530 tr ("Send the ACPI Power Button press event to the virtual machine")); … … 1527 1532 vmCloseAction->setText (VBoxGlobal::insertKeyToActionText (tr ("&Close..." ), "Q")); 1528 1533 vmCloseAction->setStatusTip (tr ("Close the virtual machine")); 1534 vmCloseAction->setMenuRole (QAction::QuitRole); 1529 1535 1530 1536 vmTakeSnapshotAction->setText (VBoxGlobal::insertKeyToActionText (tr ("Take &Snapshot..."), "S"));
Note:
See TracChangeset
for help on using the changeset viewer.