Changeset 30750 in vbox for trunk/src/VBox/Main/ConsoleImplTeleporter.cpp
- Timestamp:
- Jul 8, 2010 6:40:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImplTeleporter.cpp
r30739 r30750 1284 1284 { 1285 1285 LogRel(("Teleporter: Incoming VM from %RTnaddr!\n", &Addr)); 1286 hrc = pState->mptrProgress->SetNextOperation(Bstr (Utf8StrFmt(tr("Teleporting VM from %RTnaddr"), &Addr)), 8);1286 hrc = pState->mptrProgress->SetNextOperation(BstrFmt(tr("Teleporting VM from %RTnaddr"), &Addr), 8); 1287 1287 } 1288 1288 else
Note:
See TracChangeset
for help on using the changeset viewer.