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