# HG changeset patch
# User Magnus Melin <mkmelin+mozilla@iki.fi>
# Date 1468344261 -32400
#      Wed Jul 13 02:24:21 2016 +0900
# Branch THUNDERBIRD3880_2016050308_RELBRANCH
# Node ID bf301f651d4b3696c5cc9deebc01383745076e1e
# Parent  ecd6eb8c02cb6efaa7170b3cb085e92691337e8c
Bug 1277948: Redirect the donation link in aboutDialog to https://donate.mozilla.org/thunderbird/about/. r=rkent a=rkent

diff --git a/mail/base/content/aboutDialog.xul b/mail/base/content/aboutDialog.xul
--- a/mail/base/content/aboutDialog.xul
+++ b/mail/base/content/aboutDialog.xul
@@ -122,17 +122,17 @@
             <description class="text-blurb" id="communityExperimentalDesc">
               &community.exp.start;<label class="text-link" href="http://www.mozilla.org/">&community.exp.mozillaLink;</label>&community.exp.middle;<label class="text-link" href="about:credits">&community.exp.creditsLink;</label>&community.exp.end;
             </description>
           </vbox>
           <description class="text-blurb" id="communityDesc">
             &community.start2;<label class="text-link" onclick="openURL('http://www.mozilla.org/');" oncommand="openUILink(this.getAttribute('href'), event);">&community.mozillaLink;</label>&community.middle2;<label class="text-link" onclick="openAboutTab('about:credits');">&community.creditsLink;</label>&community.end3;
           </description>
           <description class="text-blurb" id="contributeDesc">
-            &helpus.start;<label class="text-link" onclick="openUILink(this.getAttribute('href'), event)" href="https://sendto.mozilla.org/page/contribute/givenow-seq?source=thunderbird_about">&helpus.donateLink;</label>&helpus.middle;<label class="text-link" onclick="openUILink(this.getAttribute('href'), event)" href="http://www.mozilla.org/contribute/" >&helpus.getInvolvedLink;</label>&helpus.end;
+            &helpus.start;<label class="text-link" onclick="openUILink(this.getAttribute('href'), event)" href="https://donate.mozilla.org/thunderbird/about/">&helpus.donateLink;</label>&helpus.middle;<label class="text-link" onclick="openUILink(this.getAttribute('href'), event)" href="http://www.mozilla.org/contribute/" >&helpus.getInvolvedLink;</label>&helpus.end;
           </description>
        </vbox>
      </vbox>
     </hbox>
     <vbox id="bottomBox">
       <hbox pack="center">
         <label class="text-link bottom-link" onclick="openAboutTab('about:license');">&bottomLinks.license;</label>
         <label class="text-link bottom-link" onclick="openAboutTab('about:rights');">&bottomLinks.rights;</label>
