Changeset 17831 in vbox
- Timestamp:
- Mar 13, 2009 2:48:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r17784 r17831 2048 2048 COMResult res (*aAppliance); 2049 2049 2050 /* Add the warnings in the case of an early error */ 2051 QVector<QString> w = aAppliance->GetWarnings(); 2052 QString wstr; 2053 foreach (const QString &str, w) 2054 wstr += QString ("<br />Warning: %1").arg (str); 2055 if (!wstr.isEmpty()) 2056 wstr = "<br />" + wstr; 2057 2050 2058 message (aParent ? aParent : mainWindowShown(), 2051 2059 Error, 2052 2060 tr ("Failed to open/interpret appliance <b>%1</b>.").arg (aAppliance->GetPath()), 2061 wstr + 2053 2062 formatErrorInfo (res)); 2054 2063 }
Note:
See TracChangeset
for help on using the changeset viewer.