1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01: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);
if (len > 0) {
s += wxT(" ") + dt.FormatTime();
return TranslatableString{ s };
return Verbatim( s );
}
}
#endif