mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
Changes to a number of dialogs so that the NVDA screen reader can read the titles. Missed these in my last patch. The accessibility name of the dialog is set to the title.
This commit is contained in:
@@ -747,6 +747,8 @@ ImportStreamDialog::ImportStreamDialog( ImportFileHandle *_mFile, wxWindow *pare
|
||||
const wxPoint &position, const wxSize& size, long style ):
|
||||
wxDialog( parent, id, title, position, size, style | wxRESIZE_BORDER )
|
||||
{
|
||||
SetName(GetTitle());
|
||||
|
||||
mFile = _mFile;
|
||||
scount = mFile->GetStreamCount();
|
||||
for (wxInt32 i = 0; i < scount; i++)
|
||||
|
||||
@@ -311,6 +311,8 @@ ImportRawDialog::ImportRawDialog(wxWindow * parent,
|
||||
mOffset(offset),
|
||||
mRate(rate)
|
||||
{
|
||||
SetName(GetTitle());
|
||||
|
||||
ShuttleGui S(this, eIsCreating);
|
||||
wxArrayString encodings;
|
||||
wxArrayString endians;
|
||||
|
||||
Reference in New Issue
Block a user