Changeset 65599 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 3, 2017 1:29:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r65290 r65599 1732 1732 formatted.prepend(QString("<p>%1.</p>").arg(vboxGlobal().emphasize(strErrorMsg))); 1733 1733 if (!strErrorId.isEmpty()) 1734 formatted += QString("<table bgcolor=#EEEEEE border=0 cellspacing= 0"1734 formatted += QString("<table bgcolor=#EEEEEE border=0 cellspacing=5 " 1735 1735 "cellpadding=0 width=100%>" 1736 1736 "<tr><td>%1</td><td>%2</td></tr>" … … 2304 2304 "that could be potentially harmful to your system. Please review the description below and only proceed " 2305 2305 "if you have obtained the extension pack from a trusted source.</p>" 2306 "<p><table cellpadding=0 cellspacing= 0>"2306 "<p><table cellpadding=0 cellspacing=5>" 2307 2307 "<tr><td><b>Name: </b></td><td>%1</td></tr>" 2308 2308 "<tr><td><b>Version: </b></td><td>%2</td></tr>" … … 2335 2335 tr("<p>An older version of the extension pack is already installed, would you like to upgrade? " 2336 2336 "<p>%1</p>" 2337 "<p><table cellpadding=0 cellspacing= 0>"2337 "<p><table cellpadding=0 cellspacing=5>" 2338 2338 "<tr><td><b>Name: </b></td><td>%2</td></tr>" 2339 2339 "<tr><td><b>New Version: </b></td><td>%3</td></tr>" … … 2348 2348 tr("<p>An newer version of the extension pack is already installed, would you like to downgrade? " 2349 2349 "<p>%1</p>" 2350 "<p><table cellpadding=0 cellspacing= 0>"2350 "<p><table cellpadding=0 cellspacing=5>" 2351 2351 "<tr><td><b>Name: </b></td><td>%2</td></tr>" 2352 2352 "<tr><td><b>New Version: </b></td><td>%3</td></tr>" … … 2361 2361 tr("<p>The extension pack is already installed with the same version, would you like reinstall it? " 2362 2362 "<p>%1</p>" 2363 "<p><table cellpadding=0 cellspacing= 0>"2363 "<p><table cellpadding=0 cellspacing=5>" 2364 2364 "<tr><td><b>Name: </b></td><td>%2</td></tr>" 2365 2365 "<tr><td><b>Version: </b></td><td>%3</td></tr>" … … 2627 2627 return formatErrorInfo(errorInfo); 2628 2628 /* Handle NULL error-info otherwise: */ 2629 return QString("<table bgcolor=#EEEEEE border=0 cellspacing= 0cellpadding=0 width=100%>"2629 return QString("<table bgcolor=#EEEEEE border=0 cellspacing=5 cellpadding=0 width=100%>" 2630 2630 "<tr><td>%1</td><td><tt>%2</tt></td></tr></table>") 2631 2631 .arg(tr("Result Code: ", "error info")) … … 2845 2845 } 2846 2846 2847 formatted += "<!--EOM--><table bgcolor=#EEEEEE border=0 cellspacing= 0"2847 formatted += "<!--EOM--><table bgcolor=#EEEEEE border=0 cellspacing=5 " 2848 2848 "cellpadding=0 width=100%>"; 2849 2849
Note:
See TracChangeset
for help on using the changeset viewer.