summaryrefslogtreecommitdiffstats
path: root/src/dlgabout.cpp
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-11-15 11:54:12 -0500
committerRJ Ryan <rryan@mixxx.org>2014-11-15 11:56:47 -0500
commitf024e89839731b34a6595d5e86dbf67b1a224a50 (patch)
tree25fd8d9beff15025c3bab76af621979d0e0df50a /src/dlgabout.cpp
parent469a5136c5b6d58502e24017a18e93126191066e (diff)
Contributor updates.
* Move Mark Hills to "Special Thanks". * Remove duplicate "Alex Barker". * Add some missing contributors from the 1.12.0 milestone page: - Kevin Wern - Varun Jewalikar - Keith Salisbury - Irina Grosu - Callum Styan - Rahul Behl * Move Dennis Wallace to this-release contributors.
Diffstat (limited to 'src/dlgabout.cpp')
-rw-r--r--src/dlgabout.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/dlgabout.cpp b/src/dlgabout.cpp
index dace25bf9e..ed387fa5b0 100644
--- a/src/dlgabout.cpp
+++ b/src/dlgabout.cpp
@@ -67,7 +67,6 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
QStringList thisReleaseContributors;
thisReleaseContributors
- << "Mark Hills"
<< "Andre Roth"
<< "Robin Sheat"
<< "Mark Glines"
@@ -148,12 +147,19 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
<< "Nino MP"
<< "Ryan Kramer"
<< "Zak Reynolds"
- << "Alex Barker"
<< "Dennis Rohner"
- << "Juha Pitk&auml;nen";
+ << "Juha Pitk&auml;nen"
+ << "Kevin Wern"
+ << "Varun Jewalikar"
+ << "Dennis Wallace"
+ << "Keith Salisbury"
+ << "Irina Grosu"
+ << "Callum Styan"
+ << "Rahul Behl";
QStringList specialThanks;
specialThanks
+ << "Mark Hills"
<< "Vestax"
<< "Stanton"
<< "Hercules"
@@ -224,8 +230,7 @@ DlgAbout::DlgAbout(QWidget* parent) : QDialog(parent), Ui::DlgAboutDlg() {
<< "Claudio Bantaloukas"
<< "Pavol Rusnak"
<< "Bruno Buccolo"
- << "Ryan Baker"
- << "Dennis Wallace";
+ << "Ryan Baker";
QString sectionTemplate = QString(
"<p align=\"center\"><b>%1</b></p><p align=\"center\">%2</p>");