diff --git a/src/Project.cpp b/src/Project.cpp index a3d5a7472..410c24731 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -1181,6 +1181,7 @@ void AudacityProject::SetProjectTitle() } SetTitle( name ); + SetName(name); // to make the nvda screen reader read the correct title } void AudacityProject::AS_SetSnapTo(bool state)