зеркало из https://github.com/mozilla/gecko-dev.git
Part of fix for plaintext editor bug 69536. r=brade, sr=kin
This commit is contained in:
Родитель
d1cda12bca
Коммит
48b706d16c
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче