зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla Bug 343709 No way to skin Undo Close Tab menuitem without using English (r=gavin)
This commit is contained in:
Родитель
2e45c97c4f
Коммит
65e451200e
|
@ -6721,6 +6721,7 @@ var AugmentTabs = {
|
|||
|
||||
// create new menu item
|
||||
var undoCloseTabItem = document.createElement("menuitem");
|
||||
undoCloseTabItem.setAttribute("id", "tabContextUndoCloseTab");
|
||||
undoCloseTabItem.setAttribute("label", menuLabel);
|
||||
undoCloseTabItem.setAttribute("accesskey", menuAccessKey);
|
||||
undoCloseTabItem.addEventListener("command", function() { undoCloseTab(0); }, false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче