diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 367eb290085..45685521f49 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -449,17 +449,14 @@ pref("view_source.editor.external", false); #ifdef MOZ_FEEDS // XXXben This is just here for demo purposes until web registration works! // XXXben Needs Localization! -pref("browser.contentHandlers.types.0.title", "Netvibes"); -pref("browser.contentHandlers.types.0.uri", "http://www.netvibes.com/subscribe.php?url=%s"); +pref("browser.contentHandlers.types.0.title", "Bloglines"); +pref("browser.contentHandlers.types.0.uri", "http://www.bloglines.com/login?r=/sub/%s"); pref("browser.contentHandlers.types.0.type", "application/vnd.mozilla.maybe.feed"); -pref("browser.contentHandlers.types.1.title", "My Yahoo"); -pref("browser.contentHandlers.types.1.uri", "http://add.my.yahoo.com/rss?url=%s"); +pref("browser.contentHandlers.types.1.title", "iGoogle/Google Reader"); +pref("browser.contentHandlers.types.1.uri", "http://fusion.google.com/add?feedurl=%s"); pref("browser.contentHandlers.types.1.type", "application/vnd.mozilla.maybe.feed"); -pref("browser.contentHandlers.types.2.title", "Bloglines"); -pref("browser.contentHandlers.types.2.uri", "http://www.bloglines.com/login?r=/sub/%s"); +pref("browser.contentHandlers.types.2.title", "My Yahoo"); +pref("browser.contentHandlers.types.2.uri", "http://add.my.yahoo.com/rss?url=%s"); pref("browser.contentHandlers.types.2.type", "application/vnd.mozilla.maybe.feed"); -pref("browser.contentHandlers.types.3.title", "iGoogle/Google Reader"); -pref("browser.contentHandlers.types.3.uri", "http://fusion.google.com/add?feedurl=%s"); -pref("browser.contentHandlers.types.3.type", "application/vnd.mozilla.maybe.feed"); #endif