]> git.sur5r.net Git - minitube/commitdiff
Added Stefan in the credits
authorFlavio Tordini <flavio.tordini@gmail.com>
Sat, 27 Jun 2009 15:03:37 +0000 (17:03 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Sat, 27 Jun 2009 15:03:37 +0000 (17:03 +0200)
src/AboutView.cpp

index 1ef93b7fbb2eadd1d4d5b89104aa07e3a16a519a..92f687e236618c672c2deee9bdcf957398e28374 100644 (file)
@@ -33,7 +33,8 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
 
                    "<p>" + tr("Translated by %1").arg("Nikita Lyalin (ru_RU), "
                                                       "Márcio Moraes (pt_BR), "
-                                                      "Sergio Tocalini Joerg (es_AR)"
+                                                      "Sergio Tocalini Joerg (es_AR), "
+                                                      "Stefan Brück (de_DE)"
                                                       ) + "</p>"
 
                    "<p>" + tr("Released under the <a href='%1'>GNU General Public License</a>")
@@ -42,6 +43,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
                    "<p>&copy; 2009 " + Constants::ORG_NAME + "</p>";
     QLabel *infoLabel = new QLabel(info, this);
     infoLabel->setOpenExternalLinks(true);
+    infoLabel->setWordWrap(true);
     layout->addWidget(infoLabel);
 
     QLayout *buttonLayout = new QHBoxLayout();