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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user