VirtualBox

Changeset 47957 in vbox


Ignore:
Timestamp:
Aug 21, 2013 9:22:24 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88271
Message:

FE/Qt: Message-center: Forgot to preconfigure table in r88267.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r47954 r47957  
    23722372        return formatErrorInfo(errorInfo);
    23732373    /* 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>")
    23752376                   .arg(tr("Result&nbsp;Code: ", "error info"))
    23762377                   .arg(formatRC(progress.GetResultCode()))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette