Add .oga to file extensions.

Fixes issue #3180
This commit is contained in:
John Maguire 2013-02-06 17:03:11 +01:00
parent 591b455684
commit ba8d382101
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
const char* FileView::kFileFilter = "*.mp3 *.ogg *.flac *.mpc *.m4a *.aac *.wma "
"*.mp4 *.spx *.wav *.m3u *.m3u8 *.pls *.xspf "
"*.asx *.asxini *.cue *.ape *.wv *.mka *.opus";
"*.asx *.asxini *.cue *.ape *.wv *.mka *.opus "
"*.oga";
FileView::FileView(QWidget* parent)
: QWidget(parent),