Bug 283345: Description of Profile Manager's <dialogheader> isn't updated when switching from Select Profile- to Manage Profile-mode

r+sr=neil
This commit is contained in:
Stefan.Borggraefe%gmx.de 2005-02-23 20:26:08 +00:00
Родитель 6214d2e97e
Коммит 08bf4ce836
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -277,7 +277,7 @@ function SwitchProfileManagerMode()
function ChangeCaption( aCaption )
{
var caption = document.getElementById( "header" );
caption.setAttribute( "value", aCaption );
caption.setAttribute( "description", aCaption );
document.title = aCaption;
}