mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 22:21:15 +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:
@@ -80,6 +80,8 @@ ErrorDialog::ErrorDialog(
|
||||
const bool Close, const bool modal):
|
||||
wxDialog(parent, (wxWindowID)-1, dlogTitle)
|
||||
{
|
||||
SetName(GetTitle());
|
||||
|
||||
long buttonMask;
|
||||
|
||||
// only add the help button if we have a URL
|
||||
|
||||
Reference in New Issue
Block a user