Bug 208827: Default Attachment Creation to "autodetect" - Patch by Vlad Dascalu <vladd@bugzilla.org> r=jouni a=justdave

This commit is contained in:
lpsolit%gmail.com 2005-12-14 11:22:10 +00:00
Родитель 2b08f7aec1
Коммит 5ccbe41c63
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -168,7 +168,7 @@
<em>Otherwise, choose a method for determining the content type.</em><br> <em>Otherwise, choose a method for determining the content type.</em><br>
<input type="radio" id="autodetect" <input type="radio" id="autodetect"
name="contenttypemethod" value="autodetect"> name="contenttypemethod" value="autodetect" checked="checked">
<label for="autodetect">auto-detect</label><br> <label for="autodetect">auto-detect</label><br>
<input type="radio" id="list" <input type="radio" id="list"
name="contenttypemethod" value="list"> name="contenttypemethod" value="list">