Changeset 11112 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 4, 2008 4:45:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r10916 r11112 1483 1483 { 1484 1484 static const char *sTableTpl = 1485 "<table border=0 cellspacing= 2cellpadding=0>%1</table>";1485 "<table border=0 cellspacing=0 cellpadding=0>%1</table>"; 1486 1486 static const char *sSectionHrefTpl = 1487 "<tr><td rowspan=%1 align=left><img src='%2'></td>"1487 "<tr><td width=26 rowspan=%1 align=left><img src='%2'></td>" 1488 1488 "<td colspan=2><b><a href='%3'><nobr>%4</nobr></a></b></td></tr>" 1489 1489 "%5" 1490 1490 "<tr><td colspan=2><font size=1> </font></td></tr>"; 1491 1491 static const char *sSectionBoldTpl = 1492 "<tr><td rowspan=%1 align=left><img src='%2'></td>"1492 "<tr><td width=26 rowspan=%1 align=left><img src='%2'></td>" 1493 1493 "<td colspan=2><!-- %3 --><b><nobr>%4</nobr></b></td></tr>" 1494 1494 "%5"
Note:
See TracChangeset
for help on using the changeset viewer.