VirtualBox

Changeset 11779 in vbox


Ignore:
Timestamp:
Aug 28, 2008 6:32:50 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Updating tooltip for 'New...' & 'Settings...' actions of VM Selector dialog.

File:
1 edited

Legend:

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

    r11666 r11779  
    12011201    vmNewAction->setShortcut (tr ("Ctrl+N"));
    12021202    vmNewAction->setStatusTip (tr ("Create a new virtual machine"));
     1203    vmNewAction->setToolTip (vmNewAction->text().remove ('&').remove ('.') +
     1204        QString (" (%1)").arg (vmNewAction->shortcut().toString()));
    12031205
    12041206    vmConfigAction->setText (tr ("&Settings..."));
    12051207    vmConfigAction->setShortcut (tr ("Ctrl+S"));
    12061208    vmConfigAction->setStatusTip (tr ("Configure the selected virtual machine"));
     1209    vmConfigAction->setToolTip (vmConfigAction->text().remove ('&').remove ('.') +
     1210        QString (" (%1)").arg (vmConfigAction->shortcut().toString()));
    12071211
    12081212    vmDeleteAction->setText (tr ("&Delete"));
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