thanks to translators in 'about' dialog

This commit is contained in:
Paweł Bara 2011-01-23 11:58:35 +00:00
parent c879dff20e
commit fae96f00de
2 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,7 @@ About::About(QWidget *parent)
authors_ << Person("David Sansome", "me@davidsansome.com")
<< Person("John Maguire", "john.maguire@gmail.com")
<< Person("Keiran", "keirangtp@gmail.com");
<< Person(QString::fromUtf8("Paweł Bara"), "keirangtp@gmail.com");
thanks_to_ << Person("Mark Kretschmann", "kretschmann@kde.org")
<< Person("Max Howell", "max.howell@methylblue.com")
<< Person(QString::fromUtf8("Bartłomiej Burdukiewicz"), "dev.strikeu@gmail.com")
@ -68,6 +68,8 @@ QString About::MakeHtml() const {
foreach (const Person& person, thanks_to_)
ret += "<br />" + MakeHtml(person);
ret += QString("<br />" + tr("All the translators") + " &lt;<a href=\"https://translations.launchpad.net/clementine\">"
"https://translations.launchpad.net/clementine</a>&gt;");
ret += QString("<br />%1</p>").arg(tr("...and all the Amarok contributors"));
ret += QString("<p><b>%1</b>").arg(tr("And:"));

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>488</width>
<height>415</height>
<width>652</width>
<height>470</height>
</rect>
</property>
<property name="windowIcon">