diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-08-12 00:48:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-21 23:31:24 +0100 |
commit | 8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8 (patch) | |
tree | fc8778c3670d191986d6c573359b0773a22ee92b /docshell | |
parent | 49e8a36e170da3066d7c0216fca272ecac988102 (diff) | |
download | uxp-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.gz |
Update various texts and references.
Diffstat (limited to 'docshell')
-rw-r--r-- | docshell/base/nsAboutRedirector.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp index cb62eacbb6..e7d3628645 100644 --- a/docshell/base/nsAboutRedirector.cpp +++ b/docshell/base/nsAboutRedirector.cpp @@ -54,8 +54,9 @@ static RedirEntry kRedirMap[] = { { "crashes", "chrome://global/content/crashes.xhtml", 0 }, #endif { - "credits", "https://www.mozilla.org/credits/", - nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT + "credits", "http://www.palemoon.org/Contributors.shtml", + nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | + nsIAboutModule::MAKE_LINKABLE }, #ifdef MOZ_DEVTOOLS { |