Changeset 38373 in vbox
- Timestamp:
- Aug 9, 2011 10:25:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r38185 r38373 470 470 /* Create the error string with all errors. First the html version. */ 471 471 QString strError = "<html><body><p>" + mText + "</p>"; 472 for ( size_t i = 0; i < mDetailsList.size(); ++i)472 for (int i = 0; i < mDetailsList.size(); ++i) 473 473 strError += mDetailsList.at(i).first + mDetailsList.at(i).second + "<br>"; 474 474 strError += "</body></html>";
Note:
See TracChangeset
for help on using the changeset viewer.