From kde-commits Wed Nov 07 17:16:24 2012 From: Bart Cerneels Date: Wed, 07 Nov 2012 17:16:24 +0000 To: kde-commits Subject: [amarok] src/aboutdialog: Explain how to get in the donors tab of about dialog. Message-Id: <20121107171624.48AE5A6091 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135230859425592 Git commit c8c50e98023f477ad433e938d5027cdefec6ab30 by Bart Cerneels. Committed on 07/11/2012 at 17:02. Pushed by shanachie into branch 'master'. Explain how to get in the donors tab of about dialog. M +8 -0 src/aboutdialog/ExtendedAboutDialog.cpp http://commits.kde.org/amarok/c8c50e98023f477ad433e938d5027cdefec6ab30 diff --git a/src/aboutdialog/ExtendedAboutDialog.cpp b/src/aboutdialog/Exte= ndedAboutDialog.cpp index 171ed76..765c032 100644 --- a/src/aboutdialog/ExtendedAboutDialog.cpp +++ b/src/aboutdialog/ExtendedAboutDialog.cpp @@ -281,6 +281,14 @@ ExtendedAboutDialog::ExtendedAboutDialog(const KAboutD= ata *aboutData, const OcsD donorLayout->addWidget( m_donorListWidget.data() ); donorLayout->setMargin( 0 ); donorLayout->setSpacing( 2 ); + QLabel *roktoberLabel =3D + new QLabel(i18n("

Each year in October the Amarok team organ= izes a funding " + "drive called Roktober.

" + "

I you want your name mentioned on this lis= t " + " donate " + "during Roktober and opt-in.

")); + roktoberLabel->setOpenExternalLinks(true); + donorLayout->addWidget(roktoberLabel); m_donorWidget.data()->setLayout( donorLayout ); = tabWidget->addTab( m_donorWidget.data(), i18n("&Donors"));