Changeset 17376 in vbox for trunk/src/VBox/Main/HardDiskImpl.cpp
- Timestamp:
- Mar 5, 2009 9:10:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r17359 r17376 1457 1457 progress.createObject(); 1458 1458 rc = progress->init (mVirtualBox, static_cast <IHardDisk *> (this), 1459 BstrFmt (tr ("Resett ng differencing hard disk '%ls'"),1459 BstrFmt (tr ("Resetting differencing hard disk '%ls'"), 1460 1460 m.locationFull.raw()), 1461 1461 FALSE /* aCancelable */);
Note:
See TracChangeset
for help on using the changeset viewer.