Merge pull request #2 from corrados/master

add the names of the instrument icon creators to the contributors lis…
This commit is contained in:
ignotus 2020-07-17 22:42:46 +02:00 committed by GitHub
commit 6d32779b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>." );