Changeset 436 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Jan 30, 2007 3:42:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r202 r436 1362 1362 tr ("Invalid boot position: %lu (must be in range [1, %lu])"), 1363 1363 aPosition, SchemaDefs::MaxBootPosition); 1364 1365 if (aDevice == DeviceType_USBDevice) 1366 return setError (E_FAIL, 1367 tr ("Booting from USB devices is not currently supported")); 1364 1368 1365 1369 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.