Changeset 47957 in vbox
- Timestamp:
- Aug 21, 2013 9:22:24 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r47954 r47957 2372 2372 return formatErrorInfo(errorInfo); 2373 2373 /* Handle NULL error-info otherwise: */ 2374 return QString("<table><tr><td>%1</td><td><tt>%2</tt></td></tr></table>") 2374 return QString("<table bgcolor=#EEEEEE border=0 cellspacing=0 cellpadding=0 width=100%>" 2375 "<tr><td>%1</td><td><tt>%2</tt></td></tr></table>") 2375 2376 .arg(tr("Result Code: ", "error info")) 2376 2377 .arg(formatRC(progress.GetResultCode()))
Note:
See TracChangeset
for help on using the changeset viewer.