mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-17 22:18:17 +00:00
30 lines
1.7 KiB
C++
30 lines
1.7 KiB
C++
diff --git a/browser/base/content/aboutDialog.xhtml b/browser/base/content/aboutDialog.xhtml
|
|
index 55de24241514d11f6a174dd97ca37c8a4a99b8af..1459c91ff11429788e103d385f1598b6275592c8 100644
|
|
--- a/browser/base/content/aboutDialog.xhtml
|
|
+++ b/browser/base/content/aboutDialog.xhtml
|
|
@@ -36,6 +36,7 @@
|
|
|
|
<html:link rel="localization" href="branding/brand.ftl"/>
|
|
<html:link rel="localization" href="browser/aboutDialog.ftl"/>
|
|
+ <script src="chrome://browser/content/zenThemeModifier.js"></script>
|
|
</linkset>
|
|
|
|
<html:div id="aboutDialogContainer">
|
|
@@ -134,13 +135,15 @@
|
|
</description>
|
|
</vbox>
|
|
<description class="text-blurb" id="communityDesc" data-l10n-id="community-2">
|
|
- <label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/>
|
|
+ <label is="text-link" href="https://github.com/zen-browser/desktop" data-l10n-name="community-mozillaLink"/>
|
|
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/>
|
|
</description>
|
|
+#if 0
|
|
<description class="text-blurb" id="contributeDesc" data-l10n-id="helpus">
|
|
<label is="text-link" href="https://foundation.mozilla.org/?form=firefox-about" data-l10n-name="helpus-donateLink"/>
|
|
<label is="text-link" href="https://www.mozilla.org/contribute/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-name="helpus-getInvolvedLink"/>
|
|
</description>
|
|
+#endif
|
|
</vbox>
|
|
</vbox>
|
|
</hbox>
|