1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 00:21:16 +02:00

Fix Windows build, it broke at e3ea93a

This commit is contained in:
Paul Licameli 2019-12-21 11:21:34 -05:00
parent f56d76cdb5
commit e56fb4ebcf

View File

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