bug 88940, [Composer] There is no charset items when try to save a text file, r=cmanske, sr=kin

This commit is contained in:
loadrunner%betak.net 2001-08-15 08:36:31 +00:00
Родитель 8f8448d54c
Коммит e61ed21bfc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,7 +50,7 @@ function Startup()
//dialog.charsetRoot = document.getElementById('CharsetRoot');
contenttypeElement = GetHTTPEquivMetaElement("content-type");
if(! contenttypeElement )
if(!contenttypeElement && (editorShell.contentsMIMEType != 'text/plain'))
{
contenttypeElement = CreateHTTPEquivMetaElement("content-type");
if( ! contenttypeElement )