From d9d9b5b1493083badc22c0a6440f42691f3a5850 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Sat, 4 Mar 2006 00:43:31 +0000 Subject: [PATCH] remove some control-m characters --- mail/app/profile/all-thunderbird.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 71576c6daeb..0811a8d2f8e 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -180,9 +180,9 @@ pref("browser.preferences.animateFadeIn", true); pref("browser.preferences.animateFadeIn", false); #endif -pref("accessibility.typeaheadfind", false); -pref("accessibility.typeaheadfind.timeout", 5000); -pref("accessibility.typeaheadfind.linksonly", false); +pref("accessibility.typeaheadfind", false); +pref("accessibility.typeaheadfind.timeout", 5000); +pref("accessibility.typeaheadfind.linksonly", false); pref("accessibility.typeaheadfind.flashBar", 1); /////////////////////////////////////////////////////////////////