mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-28 20:55:39 +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)
|
if (acceleratedWindows)
|
||||||
msg += " " + mgrType;
|
msg += " " + mgrType;
|
||||||
|
|
||||||
let header = createHeader(bundle.GetStringFromName("acceleratedWindows"));
|
appendChildren(graphics_tbody, [
|
||||||
|
createParentElement("tr", [
|
||||||
appendChildren(graphics_tbody, [ header, createElement("td", msg) ]);
|
createHeader(bundle.GetStringFromName("acceleratedWindows")),
|
||||||
|
createElement("td", msg),
|
||||||
|
])
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPrefValue(aName) {
|
function getPrefValue(aName) {
|
||||||
|
Loading…
Reference in New Issue
Block a user