Changeset 32120 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Aug 31, 2010 9:58:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r31959 r32120 803 803 print " VRAM [VRAMSize]: %dM" %(mach.VRAMSize) 804 804 print " Monitors [monitorCount]: %d" %(mach.monitorCount) 805 print " Chipset [chipsetType]: %s (%s)" %(asEnumElem(ctx,"ChipsetType", mach.chipsetType), mach.chipsetType) 805 806 print 806 807 print " Clipboard mode [clipboardMode]: %s (%s)" %(asEnumElem(ctx,"ClipboardMode", mach.clipboardMode), mach.clipboardMode)
Note:
See TracChangeset
for help on using the changeset viewer.