From 3b61a34fc5cea05c0074654deb4b4b78cbf3dcfb Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 11 Jul 2020 20:29:27 +0200 Subject: [PATCH] update --- ChangeLog | 1 - src/util.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7e3d424..c37006b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/util.cpp b/src/util.cpp index caa151f4..48ea3e8e 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -460,6 +460,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) "

JP Cimalando (jpcima)

" "

Adam Sampson (atsampson)

" "

Stefan Weil (stweil)

" + "

dingodoppelt (dingodoppelt)

" "
" + tr ( "For details on the contributions check out the " ) + "" + tr ( "Github Contributors list" ) + "." );