update
This commit is contained in:
parent
c86340a74b
commit
3b61a34fc5
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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>." );
|
||||
|
||||
|
|
Loading…
Reference in a new issue