mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 08:01:19 +02:00
Fix Windows build, it broke at e3ea93a
This commit is contained in:
parent
f56d76cdb5
commit
e56fb4ebcf
@ -799,7 +799,7 @@ TranslatableString TimerRecordDialog::GetDisplayDate( wxDateTime & dt )
|
||||
len);
|
||||
if (len > 0) {
|
||||
s += wxT(" ") + dt.FormatTime();
|
||||
return TranslatableString{ s };
|
||||
return Verbatim( s );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user