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:
parent
005ceb31fc
commit
accd1770b4
@ -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,
|
||||||
|
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user