mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Fix Windows build.
This commit is contained in:
@@ -783,7 +783,7 @@ TranslatableString TimerRecordDialog::GetDisplayDate( wxDateTime & dt )
|
||||
len);
|
||||
if (len > 0) {
|
||||
s += wxT(" ") + dt.FormatTime();
|
||||
return s;
|
||||
return TranslatableString{ s };
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user