Bugzilla Bug 343709 No way to skin Undo Close Tab menuitem without using English (r=gavin)

This commit is contained in:
dietrich%mozilla.com 2006-07-13 23:07:10 +00:00
Родитель 2e45c97c4f
Коммит 65e451200e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);