diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-28 13:00:52 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-28 13:00:52 -0500 |
commit | eebeefbf29447f02ce172c4e4910036c656bac73 (patch) | |
tree | cc2536d1458605973549dcdfabb88d2896819b6a /browser/base/content/aboutDialog.xul | |
parent | fedcf7249a458459976dd3a750ab2836bedf6cba (diff) | |
download | UXP-eebeefbf29447f02ce172c4e4910036c656bac73.tar UXP-eebeefbf29447f02ce172c4e4910036c656bac73.tar.gz UXP-eebeefbf29447f02ce172c4e4910036c656bac73.tar.lz UXP-eebeefbf29447f02ce172c4e4910036c656bac73.tar.xz UXP-eebeefbf29447f02ce172c4e4910036c656bac73.zip |
Update configure variable verification
Diffstat (limited to 'browser/base/content/aboutDialog.xul')
-rw-r--r-- | browser/base/content/aboutDialog.xul | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/browser/base/content/aboutDialog.xul b/browser/base/content/aboutDialog.xul index f64e79681..5780e5ec1 100644 --- a/browser/base/content/aboutDialog.xul +++ b/browser/base/content/aboutDialog.xul @@ -122,12 +122,18 @@ &warningDesc.version; </description> </vbox> +#ifdef MC_PRIVATE_BUILD +<description class="text-blurb" id="communityDesc"> + This is a private build of Basilisk. If you did not manually build this copy from source yourself, then please download an official version from the <label class="text-link" href="http://www.basilisk-browser.org/">Basilisk website</label>. + </description> +#else <description class="text-blurb" id="communityDesc"> Basilisk is community software released by <label class="text-link" href="http://www.palemoon.org/">the Pale Moon team</label> and Mozilla developers. Learn <label class="text-link" useoriginprincipal="true" href="about:credits">who contributed</label> to this software. </description> <description class="text-blurb" id="contributeDesc"> - Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating</label> or get involved with our <label class="text-link" href="https://github.com/MoonchildProductions/moebius">development</label> of the Unified XUL Platform. + Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating</label> or get involved with our <label class="text-link" href="https://github.com/MoonchildProductions/UXP">development</label> of the Unified XUL Platform. </description> +#endif </vbox> </vbox> </hbox> |