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 21:29:38 -08:00
Родитель 3422c71afe
Коммит 61d571f1a1
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);