1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-02 20:37:38 +02:00

Rename Tenacity's config file

Resolves #362

Signed-off-by: fossdd <fossdd@pwned.life>
This commit is contained in:
fossdd
2021-07-24 15:51:54 +00:00
committed by Sol Fisher Romanoff
parent dd97468062
commit 3d7de4f2c7
6 changed files with 11 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ ProjectSettings::ProjectSettings(AudacityProject &project)
mRate = intRate;
if ( !wasDefined ) {
// The default given above can vary with host/devices. So unless there is
// an entry for the default sample rate in audacity.cfg, Audacity can open
// an entry for the default sample rate in tenacity.cfg, Tenacity can open
// with a rate which is different from the rate with which it closed.
// See bug 1879.
QualitySettings::DefaultSampleRate.Write( mRate );