1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Fix Windows build.

This commit is contained in:
James Crook 2019-12-14 10:37:19 +00:00
parent 5c2aa7ce2e
commit fea8af541e

View File

@ -783,7 +783,7 @@ TranslatableString TimerRecordDialog::GetDisplayDate( wxDateTime & dt )
len);
if (len > 0) {
s += wxT(" ") + dt.FormatTime();
return s;
return TranslatableString{ s };
}
}
#endif