mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Replace Audacity reference in lastlog.txt
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
parent
74f5f2ef98
commit
674c33dda1
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user