1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 22:21:11 +02:00

TranslatableString for importer stream info...

... fixing some missed translations in OGG (and GStreamer too, if you care)
This commit is contained in:
Paul Licameli
2019-12-18 10:21:34 -05:00
parent 0d8c110320
commit 0300b49b37
10 changed files with 43 additions and 30 deletions

View File

@@ -138,9 +138,9 @@ public:
wxInt32 GetStreamCount() override { return 1; }
const wxArrayString &GetStreamInfo() override
const TranslatableStrings &GetStreamInfo() override
{
static wxArrayString empty;
static TranslatableStrings empty;
return empty;
}