mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
David Bailes patch for bug 577
This commit is contained in:
@@ -74,6 +74,7 @@ MultiDialog::MultiDialog(wxString message,
|
||||
iconAndTextSizer->Add( icon, 0, wxCENTER );
|
||||
|
||||
wxStaticText *statText = new wxStaticText(this, -1, message);
|
||||
statText->SetName(message); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
|
||||
iconAndTextSizer->Add(statText, 1, wxCENTER|wxLEFT,15 );
|
||||
|
||||
vSizer->Add(iconAndTextSizer, 0, wxALIGN_LEFT|wxALL, 5);
|
||||
|
||||
Reference in New Issue
Block a user