merge fixes
This commit is contained in:
parent
b317617ceb
commit
0c928c0a30
3 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
- replacing internal history graph functionality by external scripts/tools (#501)
|
||||
|
||||
- accessibility improvements (#499)
|
||||
- accessibility improvements, coded by chigkim (#499, #510)
|
||||
|
||||
- bug fix: added more mutex in the server (should fix #480)
|
||||
|
||||
|
|
|
@ -1018,7 +1018,7 @@ void CAudioMixerBoard::UpdateTitle()
|
|||
}
|
||||
|
||||
setTitle ( strTitlePrefix + tr ( "Personal Mix at: " ) + strServerName );
|
||||
setAccessibleName(title());
|
||||
setAccessibleName ( title() );
|
||||
}
|
||||
|
||||
void CAudioMixerBoard::SetRecorderState ( const ERecorderState newRecorderState )
|
||||
|
|
|
@ -463,6 +463,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
|
|||
"<p>Nils Brederlow (<a href=""https://github.com/dingodoppelt"">dingodoppelt</a>)</p>"
|
||||
"<p>Sebastian Krzyszkowiak (<a href=""https://github.com/dos1"">dos1</a>)</p>"
|
||||
"<p>dszgit (<a href=""https://github.com/dszgit"">dszgit</a>)</p>"
|
||||
"<p>chigkim (<a href=""https://github.com/chigkim"">chigkim</a>)</p>"
|
||||
"<p>Bodo (<a href=""https://github.com/bomm"">bomm</a>)</p>"
|
||||
"<p>jp8 (<a href=""https://github.com/jp8"">jp8</a>)</p>"
|
||||
"<p>bspeer (<a href=""https://github.com/bspeer"">bspeer</a>)</p>"
|
||||
|
|
Loading…
Reference in a new issue