Part of fix for plaintext editor bug 69536. r=brade, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-03-28 21:19:47 +00:00
Родитель d1cda12bca
Коммит 48b706d16c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1793,7 +1793,7 @@ nsEditorShell::SaveDocument(PRBool aSaveAs, PRBool aSaveCopy, const PRUnichar* a
nsAutoString fileName;
nsAutoString promptString;
if (saveAsText)
if (saveAsText && mEditorType == eHTMLTextEditorType)
GetBundleString(NS_LITERAL_STRING("ExportToText"), promptString);
else
GetBundleString(NS_LITERAL_STRING("SaveDocumentAs"), promptString);

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

@ -1793,7 +1793,7 @@ nsEditorShell::SaveDocument(PRBool aSaveAs, PRBool aSaveCopy, const PRUnichar* a
nsAutoString fileName;
nsAutoString promptString;
if (saveAsText)
if (saveAsText && mEditorType == eHTMLTextEditorType)
GetBundleString(NS_LITERAL_STRING("ExportToText"), promptString);
else
GetBundleString(NS_LITERAL_STRING("SaveDocumentAs"), promptString);