Replace use of deprecated window.title with window.document.title.

bug=330075
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
This commit is contained in:
joe%retrovirus.com 2006-03-14 17:20:23 +00:00
parent 6e8df6adb8
commit cef3e07235

View File

@ -283,7 +283,7 @@ var BookmarkPropertiesPanel = {
var title = this._bookmarkTitle;
var document = this._dialogWindow.document;
this._dialogWindow.title = this._getDialogTitle();
this._dialogWindow.document.title = this._getDialogTitle();
this._dialogWindow.document.documentElement.getButton("accept").label =
this._getAcceptLabel();