From aabe93a07483d2920d7d0c87a7cafc0751eaa478 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 17 Jul 2020 18:29:11 +0200 Subject: [PATCH] add the names of the instrument icon creators to the contributors list in the about dialog --- ChangeLog | 2 -- src/util.cpp | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ecd9e82..b82b1e57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,8 +31,6 @@ - bug fix: grouping faders in the client should be proportional (see discussion in #202, #419) -TODO add the names of the instrument icon creators to the contributors list in the about dialog - diff --git a/src/util.cpp b/src/util.cpp index 978e4ae4..d0154552 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -461,6 +461,11 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) "

Adam Sampson (atsampson)

" "

Stefan Weil (stweil)

" "

Nils Brederlow (dingodoppelt)

" + "

Sebastian Krzyszkowiak (dos1)

" + "

dszgit (dszgit)

" + "

Bodo (bomm)

" + "

jp8 (jp8)

" + "

bspeer (bspeer)

" "
" + tr ( "For details on the contributions check out the " ) + "" + tr ( "Github Contributors list" ) + "." );