Changeset 38909 in vbox
- Timestamp:
- Sep 30, 2011 8:59:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
r38902 r38909 1493 1493 menuBar()->addMenu(pMachineMenu); 1494 1494 1495 #ifdef Q_WS_MAC 1496 menuBar()->addMenu(UIWindowMenuManager::instance(this)->createMenu(this)); 1497 #endif /* Q_WS_MAC */ 1498 1495 1499 /* Prepare help menu: */ 1496 1500 QMenu *pHelpMenu = gActionPool->action(UIActionIndex_Menu_Help)->menu(); … … 1499 1503 1500 1504 menuBar()->setContextMenuPolicy(Qt::CustomContextMenu); 1501 1502 #ifdef Q_WS_MAC1503 menuBar()->addMenu(UIWindowMenuManager::instance(this)->createMenu(this));1504 #endif /* Q_WS_MAC */1505 1505 } 1506 1506
Note:
See TracChangeset
for help on using the changeset viewer.