Changeset 18563 in vbox
- Timestamp:
- Mar 31, 2009 12:01:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r18411 r18563 2093 2093 autoConfimId += errorID.toUtf8(); 2094 2094 2095 QString formatted ;2095 QString formatted ("<!--EOM-->"); 2096 2096 2097 2097 if (!errorMsg.isEmpty()) 2098 formatted += QString ("<p>%1.</p><!--EOM-->") 2099 .arg (vboxGlobal().emphasize (errorMsg)); 2098 formatted.prepend (QString ("<p>%1.</p>").arg (vboxGlobal().emphasize (errorMsg))); 2100 2099 2101 2100 if (!errorID.isEmpty()) … … 2234 2233 2235 2234 if (!aInfo.text().isEmpty()) 2236 formatted += QString ("<p>%1.</p> <!--EOM-->").arg (vboxGlobal().emphasize (aInfo.text()));2237 2238 formatted += "< table bgcolor=#EEEEEE border=0 cellspacing=0 "2235 formatted += QString ("<p>%1.</p>").arg (vboxGlobal().emphasize (aInfo.text())); 2236 2237 formatted += "<!--EOM--><table bgcolor=#EEEEEE border=0 cellspacing=0 " 2239 2238 "cellpadding=0 width=100%>"; 2240 2239
Note:
See TracChangeset
for help on using the changeset viewer.

