VirtualBox

Ignore:
Timestamp:
Jan 29, 2009 7:04:02 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42232
Message:

FE/Qt4: 3387: Alt+Letter shortcuts don't work in Close VM dialog. Fixed.

File:
1 edited

Legend:

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

    r16372 r16386  
    15861586#endif
    15871587
    1588 extern void qt_set_sequence_auto_mnemonic ( bool on );
     1588#ifdef Q_WS_MAC
     1589extern void qt_set_sequence_auto_mnemonic (bool on);
     1590#endif
     1591
    15891592/**
    15901593 *  Sets the strings of the subwidgets using the current
     
    16131616    /* VM actions */
    16141617
     1618#ifdef Q_WS_MAC
    16151619    qt_set_sequence_auto_mnemonic (false);
     1620#endif
     1621
    16161622    mVmFullscreenAction->setText (VBoxGlobal::insertKeyToActionText (tr ("&Fullscreen Mode"), "F"));
    16171623    mVmFullscreenAction->setStatusTip (tr ("Switch to fullscreen mode" ));
Note: See TracChangeset for help on using the changeset viewer.

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