VirtualBox

Changeset 10771 in vbox


Ignore:
Timestamp:
Jul 21, 2008 9:59:39 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4:

  • Changed "APCI Shutdown" to host+u, cause host+h is hide on the mac.
  • Added explicitly the "CloseRole" to the close menu entry in the vm window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r10515 r10771  
    15211521    /* vmPauseAction is set up in updateAppearanceOf() */
    15221522
     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 */
    15231527    vmACPIShutdownAction->setText (VBoxGlobal::insertKeyToActionText (tr ("ACPI S&hutdown"), "H"));
     1528#endif /* !Q_WS_MAC */
    15241529    vmACPIShutdownAction->setStatusTip (
    15251530        tr ("Send the ACPI Power Button press event to the virtual machine"));
     
    15271532    vmCloseAction->setText (VBoxGlobal::insertKeyToActionText (tr ("&Close..." ), "Q"));
    15281533    vmCloseAction->setStatusTip (tr ("Close the virtual machine"));
     1534    vmCloseAction->setMenuRole (QAction::QuitRole);
    15291535
    15301536    vmTakeSnapshotAction->setText (VBoxGlobal::insertKeyToActionText (tr ("Take &Snapshot..."), "S"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette