Changeset 47101 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2013 3:32:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r46976 r47101 326 326 CConsole console = session().GetConsole(); 327 327 if (!console.GetGuestEnteredACPIMode()) 328 return msgCenter().cannotSendACPIToMachine();328 return popupCenter().cannotSendACPIToMachine(activeMachineWindow()); 329 329 330 330 /* Shutdown: */
Note:
See TracChangeset
for help on using the changeset viewer.