Changeset 15918 in vbox for trunk/src/VBox
- Timestamp:
- Jan 13, 2009 3:16:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r15366 r15918 366 366 RTPrintf("accelerate3d=\"%s\"\n", accelerate3d ? "on" : "off"); 367 367 else 368 RTPrintf("3D Acceleration: 368 RTPrintf("3D Acceleration: %s\n", accelerate3d ? "on" : "off"); 369 369 370 370 ComPtr<IFloppyDrive> floppyDrive;
Note:
See TracChangeset
for help on using the changeset viewer.