1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +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); len);
if (len > 0) { if (len > 0) {
s += wxT(" ") + dt.FormatTime(); s += wxT(" ") + dt.FormatTime();
return s; return TranslatableString{ s };
} }
} }
#endif #endif