bug 406062 - set editor.singleLine.pasteNewlines to 2, r=luser, ui-r+a=beltzner

This commit is contained in:
mconnor@steelgryphon.com 2007-12-17 18:01:20 -08:00
Родитель b3c64cb4a7
Коммит e310d430c4
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -599,3 +599,7 @@ pref("browser.places.migratePostDataAnnotations", true);
// 1 - pre-populate site URL, but don't fetch certificate
// 2 - pre-populate site URL and pre-fetch certificate
pref("browser.ssl_override_behavior", 1);
// replace newlines with spaces when pasting into <input type="text"> fields
pref("editor.singleLine.pasteNewlines", 2);