VirtualBox

Ignore:
Timestamp:
Jan 18, 2007 12:35:35 PM (18 years ago)
Author:
vboxsync
Message:

Main:

  • Prototyped IConsoleCallback::onRuntimeError();
  • All size parameters in IHardDisk are now ULONG64.

Frontends:

  • Updated according to the above.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h

    r71 r132  
    970970    QString hardDiskType = vboxGlobal().hardDiskTypeString (aHd);
    971971    QString virtualSize = accessible ?
    972         vboxGlobal().formatSize ((ULONG64)aHd.GetSize() * _1M) : QString ("--");
     972        vboxGlobal().formatSize (aHd.GetSize() * _1M) : QString ("--");
    973973    QString actualSize = accessible ?
    974974        vboxGlobal().formatSize (aHd.GetActualSize()) : QString ("--");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette