From 791522626d7391cd5c4655c25a3069be52106545 Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Wed, 23 Sep 2009 18:04:51 -0400 Subject: [PATCH] Bug 514467: fix links in about:firefox, r=mfinkle, a=stuart --- mobile/app/mobile.js | 7 ++++-- mobile/chrome/content/about.xhtml | 40 +++++++++++++++---------------- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index d9b71e35f67e..027c86b845c2 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -346,8 +346,11 @@ pref("browser.ui.kinetic.decelerationRate", 15); pref("plugin.default_plugin_disabled", true); // product URLs -pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/releasenotes/"); -pref("app.support.baseURL", "http://support.mozilla.com/1/%APP%/%VERSION%/%OS%/%LOCALE%/"); +pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/"); +pref("app.support.baseURL", "http://support.mozilla.com/1/mobile/%VERSION%/%OS%/%LOCALE%/"); +pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); +pref("app.privacyURL", "http://www.mozilla.com/%LOCALE%/legal/privacy/firefox/mobile/"); +pref("app.creditsURL", "http://www.mozilla.com/%LOCALE%/mobile/credits"); // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror) pref("security.alternate_certificate_error_page", "certerror"); diff --git a/mobile/chrome/content/about.xhtml b/mobile/chrome/content/about.xhtml index 27bedee5456a..7f296f71a459 100644 --- a/mobile/chrome/content/about.xhtml +++ b/mobile/chrome/content/about.xhtml @@ -90,8 +90,7 @@ &aboutPage.privacyPolicy.label; &aboutPage.rights.label; &aboutPage.relNotes.label; - - &aboutPage.credits.label; + &aboutPage.credits.label;
@@ -99,32 +98,33 @@

- + ]]>