author | llornkcor <llornkcor> | 2002-05-18 13:13:07 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-18 13:13:07 (UTC) |
commit | f2eb20bf6d00bb18db4e2df6cad13f4ce9c83d37 (patch) (side-by-side diff) | |
tree | ac9015a8d706df1ac91362de94b7a782c215cf40 | |
parent | 146121e0942c77551af323709acd82d1da45c318 (diff) | |
download | opie-f2eb20bf6d00bb18db4e2df6cad13f4ce9c83d37.zip opie-f2eb20bf6d00bb18db4e2df6cad13f4ce9c83d37.tar.gz opie-f2eb20bf6d00bb18db4e2df6cad13f4ce9c83d37.tar.bz2 |
added m3u to mimetype list for ofiledialog
-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 @@ -43,10 +43,10 @@ InputDialog::~InputDialog() inputText= LineEdit1->text(); } void InputDialog::browse() { - QString str = OFileDialog::getOpenFileName( 1,"/","", "playlist/plain", 0 ); + QString str = OFileDialog::getOpenFileName( 1,"/","", "playlist/plain;audio/x-mpegurl", 0 ); LineEdit1->setText(str); } |