Changeset 36355 in vbox
- Timestamp:
- Mar 23, 2011 8:42:35 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.h
r33386 r36355 52 52 /* "Machine" menu actions: */ 53 53 UIActionIndex_Menu_Machine, 54 UIActionIndex_Toggle_Fullscreen, 55 UIActionIndex_Toggle_Seamless, 56 UIActionIndex_Toggle_Scale, 57 UIActionIndex_Toggle_GuestAutoresize, 58 UIActionIndex_Simple_AdjustWindow, 54 UIActionIndex_Simple_TakeSnapshot, 55 UIActionIndex_Simple_InformationDialog, 59 56 UIActionIndex_Menu_MouseIntegration, 60 57 UIActionIndex_Toggle_MouseIntegration, … … 63 60 UIActionIndex_Simple_TypeCABS, 64 61 #endif 65 UIActionIndex_Simple_TakeSnapshot,66 UIActionIndex_Simple_InformationDialog,67 62 UIActionIndex_Toggle_Pause, 68 63 UIActionIndex_Simple_Reset, … … 72 67 /* "View" menu actions: */ 73 68 UIActionIndex_Menu_View, 69 UIActionIndex_Toggle_Fullscreen, 70 UIActionIndex_Toggle_Seamless, 71 UIActionIndex_Toggle_Scale, 72 UIActionIndex_Toggle_GuestAutoresize, 73 UIActionIndex_Simple_AdjustWindow, 74 74 75 75 /* "Devices" menu actions: */
Note:
See TracChangeset
for help on using the changeset viewer.