composeAppCore.NewMessage know takes only 5 parameters.

This commit is contained in:
ducarroz%netscape.com 1999-06-04 05:47:05 +00:00
Родитель 56abd1b0a4
Коммит 226ca5d35a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -625,7 +625,7 @@
// name=<name of the appcore>
// editorType=[default | html | text] ; default means use the prefs value send_html
var args = "name=" + composeAppCoreName + ",editorType=default";
composeAppCore.NewMessage("chrome://messengercompose/content/", args, null, null, null, 0);
composeAppCore.NewMessage("chrome://messengercompose/content/", args, null, null, 0);
dump("Created a compose appcore from Navigator.xul, " + args);
}
}