1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-04 14:39:08 +02:00

Bug 2645 - FFmpeg library not filtered correctly in browse in Libraries preferences

This commit is contained in:
Leland Lucius 2021-02-01 00:03:47 -06:00
parent 005ceb31fc
commit accd1770b4
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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
};