Part of fix for bug 73674. r=brade, sr=kin

git-svn-id: svn://10.0.0.236/trunk@90687 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com 2001-03-28 21:22:14 +00:00
parent f6cda55380
commit ff44c79be3

View File

@ -89,7 +89,9 @@ function onOK()
editorShell.BeginBatchChanges();
if(titleWasEdited) {
try {
editorShell.SetDocumentTitle(title);
} catch (ex) {}
}
if(charsetWasChanged)