mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Changes to a number of dialogs so that the nvda screen reader can read their titles. The accessibility name of the dialog is set to the title of the dialog.
This commit is contained in:
@@ -165,6 +165,7 @@ void AudacityLogger::Show(bool show)
|
||||
|
||||
// This is the first use, so create the frame
|
||||
wxFrame *frame = new wxFrame(NULL, wxID_ANY, _("Audacity Log"));
|
||||
frame->SetName(frame->GetTitle());
|
||||
frame->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
|
||||
|
||||
// loads either the XPM or the windows resource, depending on the platform
|
||||
|
Reference in New Issue
Block a user