From ff44c79be351b636bf2eae45b8595d16bc4c448c Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 28 Mar 2001 21:22:14 +0000 Subject: [PATCH] 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 --- mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js b/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js index 80abfbc5b24..fa1722ebd13 100644 --- a/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js +++ b/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js @@ -89,7 +89,9 @@ function onOK() editorShell.BeginBatchChanges(); if(titleWasEdited) { + try { editorShell.SetDocumentTitle(title); + } catch (ex) {} } if(charsetWasChanged)