Bug 170745. error occuring while opening compose or mailcompose window. r=akkana, sr=sspitzer

This commit is contained in:
aaronl%netscape.com 2002-09-25 18:35:36 +00:00
Родитель ef1276ce41
Коммит 7926616511
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -119,8 +119,8 @@ function SetupTextEditorCommands()
//dump("Registering plain text editor commands\n");
commandManager.registerCommand("cmd_find", nsFindCommand);
controller.registerCommand("cmd_findNext", new nsFindAgainCommand(false));
controller.registerCommand("cmd_findPrev", new nsFindAgainCommand(true));
commandManager.registerCommand("cmd_findNext", new nsFindAgainCommand(false));
commandManager.registerCommand("cmd_findPrev", new nsFindAgainCommand(true));
commandManager.registerCommand("cmd_spelling", nsSpellingCommand);
commandManager.registerCommand("cmd_validate", nsValidateCommand);
commandManager.registerCommand("cmd_checkLinks", nsCheckLinksCommand);