mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 23:00:06 +02:00
Mac screen reader speaks the tracks' types, as also on Windows
This commit is contained in:
parent
fa0a603804
commit
837173e9ad
@ -284,7 +284,7 @@ wxAccStatus TrackPanelAx::GetLocation( wxRect& rect, int elementId )
|
||||
// Gets the name of the specified object.
|
||||
wxAccStatus TrackPanelAx::GetName( int childId, wxString* name )
|
||||
{
|
||||
#if defined(__WXMSW__)
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||
if( childId == wxACC_SELF )
|
||||
{
|
||||
*name = _( "TrackView" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user