This commit is contained in:
Volker Fischer 2020-07-11 20:29:27 +02:00
parent c86340a74b
commit 3b61a34fc5
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@
TODO improve settings management -> move settings class in client/server classes, move actual settings variables
TODO improve interaction between use of inifile and command line parameters (edited) #120
TODO Save and restore mixer state (fader / mute / solo...) #377
(Add a save action for client and server with a keyboard shortcut #347) -> should be closed

View File

@ -460,6 +460,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
"<p>JP Cimalando (<a href=""https://github.com/jpcima"">jpcima</a>)</p>"
"<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>dingodoppelt (<a href=""https://github.com/dingodoppelt"">dingodoppelt</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>." );