summaryrefslogtreecommitdiffstats
path: root/src/dialog
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-03-14 15:29:55 +0100
committerUwe Klotz <uklotz@mixxx.org>2021-03-14 15:29:55 +0100
commitf1c2947989dfbd68a5ec36fa9862eb600a2090e4 (patch)
tree858da57e2d084e5778e7bd21cef57b8dca560b20 /src/dialog
parent117cd234933765890c1277d57f0934d1fe6bce4d (diff)
parent9b699e9e2eb7534536f8bad4259952e08ea76132 (diff)
Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git
Diffstat (limited to 'src/dialog')
-rw-r--r--src/dialog/dlgabout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialog/dlgabout.cpp b/src/dialog/dlgabout.cpp
index a5a0ece2f7..3a95f94dc9 100644
--- a/src/dialog/dlgabout.cpp
+++ b/src/dialog/dlgabout.cpp
@@ -57,7 +57,8 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
<< "Be"
<< "S&eacute;bastien Blaisot"
<< "ronso0"
- << "Jan Holthuis";
+ << "Jan Holthuis"
+ << "Nikolaus Einhauser";
// This list should contains all contributors committed
// code to the Mixxx core within the past two years.
@@ -82,7 +83,6 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
<< "beenisss"
<< "Bernd Binder"
<< "Pradyuman"
- << "Nikolaus Einhauser"
<< "Nik Martin"
<< "Kerrick Staley"
<< "Raphael Graf"