mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 06:29:07 +02:00
Bug 2645 - FFmpeg library not filtered correctly in browse in Libraries preferences
This commit is contained in:
parent
005ceb31fc
commit
accd1770b4
@ -525,7 +525,7 @@ public:
|
||||
wxString path = FileNames::SelectFile(FileNames::Operation::_None,
|
||||
question,
|
||||
mLibPath.GetPath(),
|
||||
mLibPath.GetName(),
|
||||
mLibPath.GetFullName(),
|
||||
wxT(""),
|
||||
mTypes,
|
||||
wxFD_OPEN | wxRESIZE_BORDER,
|
||||
|
@ -247,7 +247,7 @@ public:
|
||||
{
|
||||
return {
|
||||
/* i18n-hint: do not translate avformat. Preserve the computer gibberish.*/
|
||||
{ XO("Only avformat.dll"), { wxT("avformat.dll") } },
|
||||
{ XO("Only avformat.dll"), { GetLibAVFormatName() } },
|
||||
FileNames::DynamicLibraries,
|
||||
FileNames::AllFiles
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user