diff --git a/AUTHORS b/AUTHORS index 4d4cf802..94d8fe22 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Volker Fischer +See Github diff --git a/ChangeLog b/ChangeLog index ad11f9d6..a16872cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ - audio recording for the server, coded by pljones +- SVG server history graph, coded by pljones + diff --git a/README b/README index 9ace63d3..9d88bf78 100755 --- a/README +++ b/README @@ -63,4 +63,4 @@ source: - Some pixmaps are from the Open Clip Art Library (OCAL): http://openclipart.org -- Audio recording for the server, coded by pljones: http://jamulus.drealm.info +- Audio recording for the server and SVG history graph, coded by pljones: http://jamulus.drealm.info diff --git a/src/util.cpp b/src/util.cpp index 6463cf59..de65b9a7 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -385,7 +385,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) "http://openclipart.org" "
  • Country flag icons from Mark James: " "http://www.famfamfam.com
  • " - "
  • Audio recording for the server, coded by pljones: " + "
  • Audio recording for the server and SVG history graph, coded by pljones: " "http://jamulus.drealm.info
  • " "" "
    ");