mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Make Audacity source more like DarkAudacity source.
This commit is contained in:
@@ -79,7 +79,7 @@ void AudacityLogger::DoLogText(const wxString & str)
|
||||
|
||||
TimeStamp(&stamp);
|
||||
|
||||
mBuffer << stamp << wxT("Audacity ") << AUDACITY_VERSION_STRING << wxT("\n");
|
||||
mBuffer << stamp << _TS("Audacity ") << AUDACITY_VERSION_STRING << wxT("\n");
|
||||
}
|
||||
|
||||
mBuffer << str << wxT("\n");
|
||||
|
Reference in New Issue
Block a user