add the names of the instrument icon creators to the contributors list in the about dialog

This commit is contained in:
Volker Fischer 2020-07-17 18:29:11 +02:00
parent 64494a3e67
commit aabe93a074
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

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