summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2015-12-28 13:37:17 -0500
committerOwen Williams <owilliams@mixxx.org>2015-12-28 13:37:37 -0500
commitbc3a8d5b79481f04e30932f891bdda84ad139317 (patch)
treea9b983c284229951ec17c577a025aeeed5fce770 /src
parent583ff8eb04c6b8de8fcf414cecd9fa194b84426c (diff)
credits reorder to unify with upcoming website tweaks
Diffstat (limited to 'src')
-rw-r--r--src/dlgabout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dlgabout.cpp b/src/dlgabout.cpp
index b242f63e02..b9be4c96b0 100644
--- a/src/dlgabout.cpp
+++ b/src/dlgabout.cpp
@@ -50,10 +50,10 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
QStringList thisReleaseDevelopers;
thisReleaseDevelopers
<< "RJ Ryan"
- << "Sean Pappalardo"
- << "S. Brandt"
<< "Owen Williams"
+ << "Sean Pappalardo"
<< "Daniel Sch&uuml;rmann"
+ << "S. Brandt"
<< "Ilkka Tuohela"
<< "Max Linke"
<< "Marcos Cardinot"