fix some texts
This commit is contained in:
parent
9ac72ec357
commit
1d2a240eec
3 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,10 @@
|
|||
|
||||
- added support for controlling the audio mixer faders with a MIDI controller (MacOS only)
|
||||
|
||||
- audio recording for the server, coded by pljones
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
3.4.3 (2018-05-17)
|
||||
|
|
2
README
2
README
|
@ -63,4 +63,4 @@ source:
|
|||
- Some pixmaps are from the Open Clip Art Library (OCAL):
|
||||
http://openclipart.org
|
||||
|
||||
- Server wave recording, coded by pljones
|
||||
- Audio recording for the server, coded by pljones: http://jamulus.drealm.info
|
||||
|
|
|
@ -385,7 +385,8 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
|
|||
"<i><a href=""http://openclipart.org"">http://openclipart.org</a></i></li>"
|
||||
"<li>Country flag icons from Mark James: "
|
||||
"<i><a href=""http://www.famfamfam.com"">http://www.famfamfam.com</a></i></li>"
|
||||
"<li>Server wave recording, coded by pljones</li>"
|
||||
"<li>Audio recording for the server, coded by pljones: "
|
||||
"<i><a href=""http://jamulus.drealm.info"">http://jamulus.drealm.info</a></i></li>"
|
||||
"</ul>"
|
||||
"</center><br>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue