author | hrw <hrw> | 2007-01-10 19:35:52 (UTC) |
---|---|---|
committer | hrw <hrw> | 2007-01-10 19:35:52 (UTC) |
commit | a42e428100b27bd7ee2d191abbe231edfbd61e00 (patch) (unidiff) | |
tree | 7ea62a0f6e72997ba5c87760938091e70e043142 | |
parent | 6825f30b665952864dbe35fe8329a0e4c264d4b8 (diff) | |
download | opie-a42e428100b27bd7ee2d191abbe231edfbd61e00.zip opie-a42e428100b27bd7ee2d191abbe231edfbd61e00.tar.gz opie-a42e428100b27bd7ee2d191abbe231edfbd61e00.tar.bz2 |
opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidgetgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp b/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp index 49f1786..30be4ba 100644 --- a/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp | |||
@@ -136,5 +136,5 @@ PlayListWidgetGui::PlayListWidgetGui(QWidget* parent, const char* name ) | |||
136 | Alayout->setMargin( 2 ); | 136 | Alayout->setMargin( 2 ); |
137 | // no m3u's here please | 137 | // no m3u's here please |
138 | audioView = new PlayListFileView( "audio/mpeg;audio/x-wav;application/ogg", "opieplayer2/musicfile", aTab, "Audioview" ); | 138 | audioView = new PlayListFileView( "audio/mpeg;audio/x-wav;audio/x-ogg;application/ogg", "opieplayer2/musicfile", aTab, "Audioview" ); |
139 | Alayout->addMultiCellWidget( audioView, 0, 0, 0, 1 ); | 139 | Alayout->addMultiCellWidget( audioView, 0, 0, 0, 1 ); |
140 | tabWidget->insertTab( aTab, tr( "Audio" ) ); | 140 | tabWidget->insertTab( aTab, tr( "Audio" ) ); |