1
0
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:
David Bailes
2015-05-12 14:29:27 +01:00
parent a3b1803bf0
commit 66084b65ef
13 changed files with 22 additions and 0 deletions

View File

@@ -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