Bug #3459 --> run the inline spell checker on the subject.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2007-01-29 07:41:40 +00:00
Родитель a79d5a42c1
Коммит 75e4fd6527
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -729,7 +729,7 @@
</listbox>
<hbox align="center">
<label value="&subject.label;" accesskey="&subject.accesskey;" control="msgSubject"/>
<textbox id="msgSubject" flex="1" class="toolbar" disableonsend="true"
<textbox id="msgSubject" flex="1" class="toolbar" disableonsend="true" spellcheck="true"
oninput="gContentChanged=true;SetComposeWindowTitle();"
onkeypress="subjectKeyPress(event);" />
</hbox>