1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Updated contributors and translators list in About dialog.

This commit is contained in:
nowrep 2012-08-27 13:00:36 +02:00
parent f2c5a7ac92
commit 68ffa497bd

View File

@ -80,6 +80,8 @@ void AboutDialog::showAuthors()
m_authorsHtml += tr("<p><b>Contributors:</b><br/>%1</p>").arg(
QString::fromUtf8("Mladen Pejaković<br/>"
"Alexander Samilov<br/>"
"Seyyed Razi Alavizadeh<br/>"
"Franz Fellner<br/>"
"Bryan M Dunsmore<br/>"
"Mariusz Fik<br/>"
"Jan Rajnoha<br/>"
@ -111,7 +113,8 @@ void AboutDialog::showAuthors()
"Daiki Noda<br/>"
"Gábor Oberle<br/>"
"Piccoro McKay Lenz<br/>"
"Stanislav Kuznietsov")
"Stanislav Kuznietsov<br/>"
"Seyyed Razi Alavizadeh")
);
m_authorsHtml += "</div></center>";
}