Bug 967907 - Change the SUMO URL for Metro Firefox [r=jimm]

This commit is contained in:
Matt Brubeck 2014-02-06 12:34:24 -08:00
Родитель 4064096372
Коммит 633b06b816
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -56,7 +56,8 @@ var SettingsCharm = {
this.addEntry({
label: Strings.browser.GetStringFromName("helpOnlineCharm"),
onselected: function() {
let url = Services.urlFormatter.formatURLPref("app.support.baseURL");
let url = Services.urlFormatter.formatURLPref("app.support.baseURL") +
"firefox-help";
BrowserUI.addAndShowTab(url, Browser.selectedTab);
}
});

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

@ -428,7 +428,7 @@ pref("dom.ipc.content.nice", 1);
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
// TODO: This is not the correct article for metro!!!
pref("app.sync.tutorialURL", "https://support.mozilla.org/kb/sync-firefox-between-desktop-and-mobile");
pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
pref("app.support.baseURL", "https://support.mozilla.org/1/touch/%VERSION%/%OS%/%LOCALE%/");
pref("app.privacyURL", "http://www.mozilla.org/%LOCALE%/legal/privacy/firefox.html");
pref("app.creditsURL", "http://www.mozilla.org/credits/");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");