fix dump statement to add newline

This commit is contained in:
alecf%netscape.com 1999-05-13 02:58:01 +00:00
Родитель abd366921c
Коммит af2ecf7db1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -77,7 +77,7 @@ function MsgAccountManager()
{
var appCore = FindMsgAppCore();
if (appCore != null) {
dump('Opening account manager..');
dump('Opening account manager..\n');
appCore.AccountManager(window);
}
}