Changeset 27155 in vbox
- Timestamp:
- Mar 8, 2010 11:05:25 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58495
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r27141 r27155 148 148 #ifdef Q_WS_MAC 149 149 setMenuBar(uisession()->newMenuBar()); 150 #e lse /* To NaN: Please uncomment below for mac too and test!*/150 #endif /* Q_WS_MAC */ 151 151 m_pMainMenu = uisession()->newMenu(); 152 #endif /* Q_WS_MAC */153 152 } 154 153 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r27141 r27155 187 187 #ifdef Q_WS_MAC 188 188 setMenuBar(uisession()->newMenuBar()); 189 #e lse /* To NaN: Please uncomment below for mac too and test!*/189 #endif /* Q_WS_MAC */ 190 190 m_pMainMenu = uisession()->newMenu(); 191 #endif /* Q_WS_MAC */192 191 } 193 192
Note:
See TracChangeset
for help on using the changeset viewer.