Adding myself to the about dialog. Feel proud to have my name here :)

This commit is contained in:
Arnaud Bienner 2011-02-15 00:00:07 +00:00
parent 4d58e75e0a
commit f893b34ae0
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ About::About(QWidget *parent)
authors_ << Person("David Sansome", "me@davidsansome.com")
<< Person("John Maguire", "john.maguire@gmail.com")
<< Person(QString::fromUtf8("Paweł Bara"), "keirangtp@gmail.com");
<< Person(QString::fromUtf8("Paweł Bara"), "keirangtp@gmail.com")
<< Person("Arnaud Bienner", "arnaud.bienner@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")