File kdelibs-4.3.75-mandriva-about.patch of Package kdelibs4

--- kdeui/dialogs/kaboutkdedialog_p.cpp~	2009-11-13 11:59:17.000000000 +0100
+++ kdeui/dialogs/kaboutkdedialog_p.cpp	2009-11-16 09:13:11.000000000 +0100
@@ -121,12 +121,39 @@
         "<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 thanks for using Mandriva "
+        "and wish you a delightfull experience with our release."
+        "The Mandriva KDE team are:<br /><br />"
+        "<strong>Lead Mandriva KDE developer:</strong><br />"
+        "<a href=\"mailto:helio@mandriva.com.br\">Helio Chissini de Castro (heliocastro)</a><br /><br />"
+        "<strong>Lead Mandriva Contributors KDE developer:</strong><br />"
+        "<a href=\"mailto:neoclust@mandriva.org\">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 />"
+        "<strong>PulseAudio and Phonon integration:</strong><br />"
+        "<a href=\"mailto:cguthrie@mandriva.org\">Colin Guthrie (coling)</a><br /><br />"
+        "We thanks to the whole Mandriva crew and the vivid Mandriva contributors community,"
+        " without 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.<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"));
openSUSE Build Service is sponsored by