Changeset 13379 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Oct 17, 2008 3:58:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r13377 r13379 4244 4244 4245 4245 if (mMachineState >= MachineState_Running) 4246 return setError(E_FAIL, tr (" Cannot power up the machine as it is"4247 " already running(machine state: %d)"),4246 return setError(E_FAIL, tr ("Virtual machine is already running " 4247 "(machine state: %d)"), 4248 4248 mMachineState); 4249 4249
Note:
See TracChangeset
for help on using the changeset viewer.