108565 - revert hewitt's one-line change. r=hewitt sr=hyatt

This commit is contained in:
blakeross%telocity.com 2001-11-05 19:59:44 +00:00
Родитель d899f3cdc9
Коммит 4110af4970
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -148,7 +148,7 @@ function Startup()
//change the button label
var buttonlabels = document.getElementById("okCancelButtons");
element = document.documentElement.getButton("accept");
element = document.getElementById("ok");
element.setAttribute("label", buttonlabels.getAttribute("button1Label"));
element = document.getElementById("cancel");
element.setAttribute("label", buttonlabels.getAttribute("button2Label"));