Changeset 14793 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 28, 2008 4:57:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r14791 r14793 2023 2023 mMachineState != MachineState_Paused) 2024 2024 return setError (E_FAIL, 2025 tr ("Cannot attach a USB device to the machine which is not running" 2026 "(machine state: %d)"), 2027 mMachineState); 2025 tr ("Cannot attach a USB device to the machine which is not running " 2026 "(machine state: %d)"), mMachineState); 2028 2027 2029 2028 /* protect mpVM */
Note:
See TracChangeset
for help on using the changeset viewer.