Changeset 27517 in vbox
- Timestamp:
- Mar 19, 2010 9:28:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp
r27335 r27517 1167 1167 m_actionsPool[UIActionIndex_Menu_SharedFolders] = new MenuSharedFoldersAction(this); 1168 1168 1169 #ifdef VBOX_WITH_DEBUGGER_GUI 1169 1170 if (m_actionsPool[UIActionIndex_Menu_Debug]) 1170 1171 delete m_actionsPool[UIActionIndex_Menu_Debug]; 1171 1172 m_actionsPool[UIActionIndex_Menu_Debug] = new MenuDebugAction(this); 1173 #endif /* VBOX_WITH_DEBUGGER_GUI */ 1172 1174 1173 1175 if (m_actionsPool[UIActionIndex_Menu_Help])
Note:
See TracChangeset
for help on using the changeset viewer.

