Changeset 107606 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 9, 2025 7:31:32 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r106061 r107606 693 693 694 694 CHECK_ERROR(pGuest, Shutdown(ComSafeArrayAsInParam(aShutdownFlags))); 695 if (FAILED(hrc)) 696 { 697 if (hrc == VBOX_E_NOT_SUPPORTED) 698 { 699 if (fReboot) 700 RTMsgError(ControlVM::tr("Current installed Guest Additions don't support rebooting the guest.")); 701 else 702 RTMsgError(ControlVM::tr("Current installed Guest Additions don't support shutting down the guest.")); 703 } 695 if (hrc == VBOX_E_NOT_SUPPORTED) 696 { 697 if (fReboot) 698 RTMsgError(ControlVM::tr("Current installed Guest Additions don't support rebooting the guest.")); 699 else 700 RTMsgError(ControlVM::tr("Current installed Guest Additions don't support shutting down the guest.")); 704 701 } 705 702 }
Note:
See TracChangeset
for help on using the changeset viewer.