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:
committed by
GitHub
parent
74f5f2ef98
commit
674c33dda1
@@ -100,7 +100,7 @@ void AudacityLogger::DoLogText(const wxString & str)
|
|||||||
|
|
||||||
TimeStamp(&stamp);
|
TimeStamp(&stamp);
|
||||||
|
|
||||||
mBuffer << stamp << _TS("Audacity ") << AUDACITY_VERSION_STRING << wxT("\n");
|
mBuffer << stamp << _TS("Tenacity ") << AUDACITY_VERSION_STRING << wxT("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
mBuffer << str << wxT("\n");
|
mBuffer << str << wxT("\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user