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:
parent
f56d76cdb5
commit
e56fb4ebcf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user