Changeset 38311 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp
- Timestamp:
- Aug 4, 2011 1:08:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73323
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp
r37374 r38311 27 27 #include "VBoxMedium.h" 28 28 #include "VBoxGlobal.h" 29 #include " VBoxProblemReporter.h"29 #include "UIMessageCenter.h" 30 30 #endif /* !VBOX_WITH_PRECOMPILED_HEADERS */ 31 31 … … 271 271 /* Accessibility check (eg GetState()) itself failed */ 272 272 mToolTip += mRow.arg ("<hr>") + mRow.arg (VBoxGlobal::tr ("Failed to check media accessibility.", "medium")) + 273 mRow.arg ( VBoxProblemReporter::formatErrorInfo (mResult) + ".");273 mRow.arg (UIMessageCenter::formatErrorInfo (mResult) + "."); 274 274 } 275 275 break;
Note:
See TracChangeset
for help on using the changeset viewer.