-rw-r--r-- | core/multimedia/opieplayer/inputDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/inputDialog.cpp b/core/multimedia/opieplayer/inputDialog.cpp index b80d129..f6cab2a 100644 --- a/core/multimedia/opieplayer/inputDialog.cpp +++ b/core/multimedia/opieplayer/inputDialog.cpp | |||
@@ -46,7 +46,7 @@ InputDialog::~InputDialog() | |||
46 | 46 | ||
47 | void InputDialog::browse() { | 47 | void InputDialog::browse() { |
48 | 48 | ||
49 | QString str = OFileDialog::getOpenFileName( 1,"/","", "playlist/plain", 0 ); | 49 | QString str = OFileDialog::getOpenFileName( 1,"/","", "playlist/plain;audio/x-mpegurl", 0 ); |
50 | LineEdit1->setText(str); | 50 | LineEdit1->setText(str); |
51 | } | 51 | } |
52 | 52 | ||