Changeset 53127 in vbox
- Timestamp:
- Oct 23, 2014 9:28:17 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r50727 r53127 90 90 /* Start the directory process on the guest. */ 91 91 GuestProcessStartupInfo procInfo; 92 procInfo.mName = Utf8StrFmt(tr("Reading directory \"%s\"" , openInfo.mPath.c_str()));92 procInfo.mName = Utf8StrFmt(tr("Reading directory \"%s\""), openInfo.mPath.c_str()); 93 93 procInfo.mCommand = Utf8Str(VBOXSERVICE_TOOL_LS); 94 94 procInfo.mTimeoutMS = 5 * 60 * 1000; /* 5 minutes timeout. */
Note:
See TracChangeset
for help on using the changeset viewer.