From 85715cfdf1b456016e5ec2494d4e588da58c083e Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Thu, 11 Oct 2012 00:49:06 +0000 Subject: [PATCH] David Bailes patch for bug 588 --- src/Project.cpp | 1 + 1 file changed, 1 insertion(+) 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)