mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 624191 - Missing <td> in the graphics section of about:support. r+a=gavin
--HG-- extra : rebase_source : 712cd6fab69ea6a00be049adaeb48678bc6bfc4b
This commit is contained in:
parent
4c3a047055
commit
e8050180b9
@ -274,9 +274,12 @@ function populateGraphicsSection() {
|
||||
if (acceleratedWindows)
|
||||
msg += " " + mgrType;
|
||||
|
||||
let header = createHeader(bundle.GetStringFromName("acceleratedWindows"));
|
||||
|
||||
appendChildren(graphics_tbody, [ header, createElement("td", msg) ]);
|
||||
appendChildren(graphics_tbody, [
|
||||
createParentElement("tr", [
|
||||
createHeader(bundle.GetStringFromName("acceleratedWindows")),
|
||||
createElement("td", msg),
|
||||
])
|
||||
]);
|
||||
}
|
||||
|
||||
function getPrefValue(aName) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user