VirtualBox

Changeset 9299 in vbox


Ignore:
Timestamp:
Jun 2, 2008 1:17:20 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: Use the usual "Help" key for every OS.

Location:
trunk/src/VBox/Frontends/VirtualBox4/src
Files:
2 edited

Legend:

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

    r9296 r9299  
    103103        btn->setText (tr ("&Help"));
    104104        if (btn->shortcut().isEmpty())
    105             btn->setShortcut (QKeySequence (tr ("F1")));
     105            btn->setShortcut (QKeySequence::HelpContents);
    106106    }
    107107}
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp

    r9178 r9299  
    12061206
    12071207    helpContentsAction->setText (tr ("&Contents..."));
    1208     helpContentsAction->setShortcut (tr ("F1"));
     1208    helpContentsAction->setShortcut (QKeySequence::HelpContents);
    12091209    helpContentsAction->setStatusTip (tr ("Show the online help contents"));
    12101210
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