Changeset 55284 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2015 1:41:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r55182 r55284 3177 3177 } 3178 3178 3179 const char *pszAction = "Encrypting"; 3180 if ( aCurrentPassword.isNotEmpty() 3181 && aCipher.isEmpty()) 3182 pszAction = "Decrypting"; 3183 3179 3184 pProgress.createObject(); 3180 3185 rc = pProgress->init(m->pVirtualBox, 3181 3186 static_cast <IMedium *>(this), 3182 BstrFmt(tr(" Encrypting medium '%s'"), m->strLocationFull.c_str()).raw(),3187 BstrFmt(tr("%s medium '%s'"), pszAction, m->strLocationFull.c_str()).raw(), 3183 3188 TRUE /* aCancelable */); 3184 3189 if (FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.