1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02: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:
David Bailes
2015-05-18 13:57:05 +01:00
parent 19e068f087
commit f458df1c7b
32 changed files with 54 additions and 0 deletions

View File

@@ -450,6 +450,7 @@ public:
FindFFmpegDialog(wxWindow *parent, wxString path, wxString name, wxString type)
: wxDialog(parent, wxID_ANY, wxString(_("Locate FFmpeg")))
{
SetName(GetTitle());
ShuttleGui S(this, eIsCreating);
mPath = path;