Changeset 16386 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 29, 2009 7:04:02 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r16372 r16386 1586 1586 #endif 1587 1587 1588 extern void qt_set_sequence_auto_mnemonic ( bool on ); 1588 #ifdef Q_WS_MAC 1589 extern void qt_set_sequence_auto_mnemonic (bool on); 1590 #endif 1591 1589 1592 /** 1590 1593 * Sets the strings of the subwidgets using the current … … 1613 1616 /* VM actions */ 1614 1617 1618 #ifdef Q_WS_MAC 1615 1619 qt_set_sequence_auto_mnemonic (false); 1620 #endif 1621 1616 1622 mVmFullscreenAction->setText (VBoxGlobal::insertKeyToActionText (tr ("&Fullscreen Mode"), "F")); 1617 1623 mVmFullscreenAction->setStatusTip (tr ("Switch to fullscreen mode" ));
Note:
See TracChangeset
for help on using the changeset viewer.