1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-04 22:49:07 +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, wxString path = FileNames::SelectFile(FileNames::Operation::_None,
question, question,
mLibPath.GetPath(), mLibPath.GetPath(),
mLibPath.GetName(), mLibPath.GetFullName(),
wxT(""), wxT(""),
mTypes, mTypes,
wxFD_OPEN | wxRESIZE_BORDER, wxFD_OPEN | wxRESIZE_BORDER,

View File

@ -247,7 +247,7 @@ public:
{ {
return { return {
/* i18n-hint: do not translate avformat. Preserve the computer gibberish.*/ /* 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::DynamicLibraries,
FileNames::AllFiles FileNames::AllFiles
}; };