]> git.sesse.net Git - kdenlive/commitdiff
add matroska mime type to the list of supported formats:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 23 Mar 2009 12:04:34 +0000 (12:04 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 23 Mar 2009 12:04:34 +0000 (12:04 +0000)
http://www.kdenlive.org:80/mantis/view.php?id=731

svn path=/trunk/kdenlive/; revision=3169

src/projectlist.cpp

index 533de9d6009acb38940f8e53861d31f86403093c..815a9b804cd359953d2cfe6039d957a3e6aab236 100644 (file)
@@ -538,7 +538,7 @@ void ProjectList::slotAddClip(KUrl givenUrl, QString group) {
     if (!m_commandStack) kDebug() << "!!!!!!!!!!!!!!!! NO CMD STK";
     KUrl::List list;
     if (givenUrl.isEmpty()) {
-        list = KFileDialog::getOpenUrls(KUrl("kfiledialog:///clipfolder"), "application/x-kdenlive video/x-flv application/vnd.rn-realmedia video/x-dv video/dv video/x-msvideo video/x-matroska video/mpeg video/x-ms-wmv audio/mpeg audio/x-mp3 audio/x-wav application/ogg video/mp4 video/quicktime image/gif image/jpeg image/png image/x-tga image/x-bmp image/svg+xml image/tiff image/x-xcf-gimp image/x-vnd.adobe.photoshop image/x-pcx image/x-exr video/mlt-playlist audio/x-flac audio/mp4", this);
+        list = KFileDialog::getOpenUrls(KUrl("kfiledialog:///clipfolder"), "application/x-kdenlive video/x-flv application/vnd.rn-realmedia video/x-dv video/dv video/x-msvideo video/x-matroska video/mpeg video/x-ms-wmv audio/mpeg audio/x-mp3 audio/x-wav application/ogg video/mp4 video/quicktime image/gif image/jpeg image/png image/x-tga image/x-bmp image/svg+xml image/tiff image/x-xcf-gimp image/x-vnd.adobe.photoshop image/x-pcx image/x-exr video/mlt-playlist audio/x-flac audio/mp4 video/x-matroska audio/x-matroska", this);
     } else list.append(givenUrl);
     if (list.isEmpty()) return;