Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > main-testing-src > by-pkgid > 6a6037a72fe4fe07e6ae3cf1acaf9d61 > files > 15

kdelibs4-4.4.5-0.1mdv2010.1.src.rpm

--- kdeui/dialogs/kaboutkdedialog_p.cpp.about	2009-11-13 12:59:17.000000000 +0200
+++ kdeui/dialogs/kaboutkdedialog_p.cpp	2010-05-16 13:45:54.052319131 +0300
@@ -121,12 +121,40 @@
         "<a href=\"http://www.kde.org/support/\">http://www.kde.org/support/</a>."
         "<br /><br />Thank you very much in advance for your support.</html>") + "<br /><br />"); // FIXME: ugly <br /> at the end...
 
+    QLabel *mandriva = new QLabel;
+    mandriva->setMargin(10);
+    mandriva->setAlignment(Qt::AlignTop);
+    mandriva->setWordWrap(true);
+    mandriva->setOpenExternalLinks(true);
+    mandriva->setTextInteractionFlags(Qt::TextBrowserInteraction);
+    mandriva->setText(i18n("<html>"
+        "The Mandriva KDE team would like to thank you for using Mandriva "
+        "and wish you a delightfull experience with our release."
+        "The members of the Mandriva KDE team are:<br /><br />"
+        "<strong>Mandriva KDE developer:</strong><br />"
+        "<a href=\"mailto:nlecureuil@mandriva.com\">Nicolas LĂ©cureuil (neoclust)</a><br /><br />"
+        "<strong>Mandriva OEM KDE developers:</strong><br />"
+        "<a href=\"mailto:boiko@mandriva.com.br\">Gustavo Boiko (boiko)</a><br />"
+        "<a href=\"mailto:arthur@mandriva.com.br\">Arthur Renato Mello (farinha)</a><br /><br />"
+        "<a href=\"mailto:rodrigo@mandriva.com.br\">Rodrigo Gonçalves de Oliveira (rodrigo)</a><br /><br />"
+        "<strong>Former Mandriva KDE developer:</strong><br />"
+        "<a href=\"mailto:helio@mandriva.com.br\">Helio Chissini de Castro (heliocastro)</a><br /><br />"
+        "<strong>PulseAudio and Phonon integration:</strong><br />"
+        "<a href=\"mailto:cguthrie@mandriva.org\">Colin Guthrie (coling)</a><br /><br />"
+        "Thanks to the whole Mandriva crew and the vivid Mandriva contributors community,"
+        " without whom this work would not be possible at all and a very special thanks"
+        " to KDE team that supported us in our goal to deliver KDE with brand"
+        " new Qt and was present when we needed them.<br /><br />"
+        "For more information, visit <a href=\"http://www.mandriva.com/\">http://www.mandriva.com/</a>.<br />"
+        "<br /><br />Thank you very much in advance for your support.</html>") + "<br />");
+
     QTabWidget *tabWidget = new QTabWidget;
     tabWidget->setUsesScrollButtons(false);
     tabWidget->addTab(about, i18nc("About KDE","&About"));
     tabWidget->addTab(report, i18n("&Report Bugs or Wishes"));
     tabWidget->addTab(join, i18n("&Join KDE"));
     tabWidget->addTab(support, i18n("&Support KDE"));
+    tabWidget->addTab(mandriva, i18n("&Mandriva KDE"));
 
     QLabel *image = new QLabel;
     image->setPixmap(KStandardDirs::locate("data", "kdeui/pics/aboutkde.png"));