1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

David Bailes patch for bug 588

This commit is contained in:
v.audacity 2012-10-11 00:49:06 +00:00
parent 2727b932ed
commit 85715cfdf1

View File

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