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 ) "<p>Adam Sampson (<a href=""https://github.com/atsampson"">atsampson</a>)</p>" "<p>Stefan Weil (<a href=""https://github.com/stweil"">stweil</a>)</p>" "<p>Nils Brederlow (<a href=""https://github.com/dingodoppelt"">dingodoppelt</a>)</p>" + "<p>Sebastian Krzyszkowiak (<a href=""https://github.com/dos1"">dos1</a>)</p>" + "<p>dszgit (<a href=""https://github.com/dszgit"">dszgit</a>)</p>" + "<p>Bodo (<a href=""https://github.com/bomm"">bomm</a>)</p>" + "<p>jp8 (<a href=""https://github.com/jp8"">jp8</a>)</p>" + "<p>bspeer (<a href=""https://github.com/bspeer"">bspeer</a>)</p>" "<br>" + tr ( "For details on the contributions check out the " ) + "<a href=""https://github.com/corrados/jamulus/graphs/contributors"">" + tr ( "Github Contributors list" ) + "</a>." );