From ba8d38210193c7d9bbfa5cf87abb2e53fd6dd0dd Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 6 Feb 2013 17:03:11 +0100 Subject: [PATCH] Add .oga to file extensions. Fixes issue #3180 --- src/widgets/fileview.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/fileview.cpp b/src/widgets/fileview.cpp index 83a043742..14b5e27dd 100644 --- a/src/widgets/fileview.cpp +++ b/src/widgets/fileview.cpp @@ -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),