summaryrefslogtreecommitdiffstats
path: root/src/dialog
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-05-10 18:01:07 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2021-05-10 18:01:07 +0200
commit308afacf58e0026cf843bddc71b61817897a8da5 (patch)
treeffab6aa4aab1e2294b82ee7ebc7bfa7d81c90f4f /src/dialog
parent9fbca331ee6d44774156bd9a2fa1d5ef0ef2d0f4 (diff)
Moved long inactive contributors to the list of passed contributors
Diffstat (limited to 'src/dialog')
-rw-r--r--src/dialog/dlgabout.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/dialog/dlgabout.cpp b/src/dialog/dlgabout.cpp
index ea502d92bd..4f147807e7 100644
--- a/src/dialog/dlgabout.cpp
+++ b/src/dialog/dlgabout.cpp
@@ -61,20 +61,11 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
recentContributors
<< "Tuukka Pasanen"
<< "Nino MP"
- << "Nico Schl&ouml;mer"
<< "Ferran Pujol Camins"
- << "Joan Marc&egrave; i Igual"
<< "Josep Maria Antol&iacute;n Segura"
<< "Daniel Poelzleithner"
<< "St&eacute;phane Lepin"
- << "Stefan Weber"
- << "Kshitij Gupta"
- << "Matthew Nicholson"
- << "Jamie Gifford"
<< "luzpaz"
- << "Sebastian Reu&szlig;e"
- << "Pawe&#322; Goli&#324;ski"
- << "beenisss"
<< "Bernd Binder"
<< "Pradyuman"
<< "Nik Martin"
@@ -319,7 +310,16 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
<< "Johan Lasperas"
<< "Olaf Hering"
<< "Eduardo Acero"
- << "Thomas Jarosch";
+ << "Thomas Jarosch"
+ << "Nico Schl&ouml;mer"
+ << "Joan Marc&egrave; i Igual"
+ << "Stefan Weber"
+ << "Kshitij Gupta"
+ << "Matthew Nicholson"
+ << "Jamie Gifford"
+ << "Sebastian Reu&szlig;e"
+ << "Pawe&#322; Goli&#324;ski"
+ << "beenisss";
QString sectionTemplate = QString(
"<p align=\"center\"><b>%1</b></p><p align=\"center\">%2</p>");