VirtualBox

Ignore:
Timestamp:
Mar 24, 2009 10:28:08 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: VBoxVMSelector Dialog: Ctrl+R shortcut reassigned to Delete VM action. Mnemonic for Refresh action changed from Alt+R to Alt+F (from Re&fresh).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp

    r17737 r18229  
    13411341
    13421342    mVmDeleteAction->setText (tr ("&Delete"));
     1343    mVmDeleteAction->setShortcut (QKeySequence ("Ctrl+R"));
    13431344    mVmDeleteAction->setStatusTip (tr ("Delete the selected virtual machine"));
    13441345
     
    13531354        tr ("Suspend the execution of the virtual machine"));
    13541355
    1355     mVmRefreshAction->setText (tr ("&Refresh"));
    1356     mVmRefreshAction->setShortcut (QKeySequence ("Ctrl+R"));
     1356    mVmRefreshAction->setText (tr ("Re&fresh"));
    13571357    mVmRefreshAction->setStatusTip (
    13581358        tr ("Refresh the accessibility state of the selected virtual machine"));
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