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" ) + "." );