- Timestamp:
- Feb 3, 2007 11:55:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h
r576 r579 1686 1686 hd.isOk() ? VBoxMedia::Inaccessible : 1687 1687 VBoxMedia::Error; 1688 VBoxMedia media (CUnknown (hd), VBoxDefs::HD, status); 1689 vboxGlobal().addMedia (media); 1688 vboxGlobal().addMedia (VBoxMedia (CUnknown (hd), VBoxDefs::HD, status)); 1690 1689 } 1691 1690 }
Note:
See TracChangeset
for help on using the changeset viewer.