1
0
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:
Paul Licameli 2016-09-15 09:43:16 -04:00
parent fa0a603804
commit 837173e9ad

View File

@ -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" );