Changeset 36683 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 15, 2011 12:32:02 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71188
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r36682 r36683 3276 3276 rc = progress->init(mParent, 3277 3277 static_cast<IMachine*>(this), 3278 Bstr Fmt(tr("Starting VM \"%s\" (%s)"), mUserData->s.strName.c_str(), strType.c_str()).raw(),3278 Bstr(tr("Starting VM")).raw(), 3279 3279 TRUE /* aCancelable */, 3280 3280 fTeleporterEnabled ? 20 : 10 /* uTotalOperationsWeight */, 3281 Bstr (tr("Spawning session")).raw(),3281 BstrFmt(tr("Creating process for virtual machine \"%s\" (%s)"), mUserData->s.strName.c_str(), strType.c_str()).raw(), 3282 3282 2 /* uFirstOperationWeight */, 3283 3283 fTeleporterEnabled ? 3 : 1 /* cOtherProgressObjectOperations */);
Note:
See TracChangeset
for help on using the changeset viewer.