Skip to content

Commit

Permalink
Корректировка commit 3c6bd7a. Исправлен диалог загрузки аудиодорожек.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Mar 2, 2024
1 parent 3c6bd7a commit 92b6df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/mplayerc/MediaFormats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void CMediaFormats::GetAudioFilter(CString& filter, std::vector<CString>& mask)
}
}

filter += ResStr(IDS_AG_AUDIOFILES) + L"(*.mp3;*.m4a;*.mka;...)|";
filter += ResStr(IDS_AG_AUDIOFILES);
if (bExplorerShowsFileExts) {
filter += L"(*.mp3;*.m4a;*.mka;...)";
}
Expand Down

0 comments on commit 92b6df9

Please sign in to comment.