1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 14:43:48 +01:00

Replace Audacity reference in lastlog.txt

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Panagiotis Vasilopoulos
2021-07-25 17:09:07 +00:00
committed by GitHub
parent 74f5f2ef98
commit 674c33dda1

View File

@@ -100,7 +100,7 @@ void AudacityLogger::DoLogText(const wxString & str)
TimeStamp(&stamp);
mBuffer << stamp << _TS("Audacity ") << AUDACITY_VERSION_STRING << wxT("\n");
mBuffer << stamp << _TS("Tenacity ") << AUDACITY_VERSION_STRING << wxT("\n");
}
mBuffer << str << wxT("\n");