Changeset 31683 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 16, 2010 9:39:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r31615 r31683 8345 8345 DeviceType_T devType = pAtt->getType(); 8346 8346 Medium* pMedium = pAtt->getMedium(); 8347 ComObjPtr<Medium> pBase = pMedium->getBase();8348 8347 8349 8348 if ( devType != DeviceType_HardDisk … … 8363 8362 else 8364 8363 aProgress->SetNextOperation(BstrFmt(tr("Skipping medium '%s'"), 8365 p Base->getName().c_str()),8364 pMedium->getBase()->getName().c_str()), 8366 8365 aWeight); // weight 8367 8366 } … … 8373 8372 /* need a diff */ 8374 8373 aProgress->SetNextOperation(BstrFmt(tr("Creating differencing hard disk for '%s'"), 8375 p Base->getName().c_str()),8374 pMedium->getBase()->getName().c_str()), 8376 8375 aWeight); // weight 8377 8376
Note:
See TracChangeset
for help on using the changeset viewer.