Fix for bug 57345: "Cancel" in Save as Charset brings up Page Title. r=brade, sr=sfraser

This commit is contained in:
rcassin%supernova.org 2000-11-23 15:13:34 +00:00
parent 979169405e
commit 4d12b7c43e

View File

@ -312,7 +312,8 @@ var nsSaveAsCharsetCommand =
{
FinishHTMLSource();
window.ok = false;
if (window.openDialog("chrome://editor/content/EditorSaveAsCharset.xul","_blank", "chrome,close,titlebar,modal"))
window.openDialog("chrome://editor/content/EditorSaveAsCharset.xul","_blank", "chrome,close,titlebar,modal")
if (window.ok)
{
window.ok = window.editorShell.saveDocument(true, false);
}