]> git.sesse.net Git - kdenlive/commitdiff
video/x-matroska was included twice
authorMarkus Slopianka <markus.s@kdemail.net>
Wed, 8 Apr 2009 11:06:28 +0000 (11:06 +0000)
committerMarkus Slopianka <markus.s@kdemail.net>
Wed, 8 Apr 2009 11:06:28 +0000 (11:06 +0000)
svn path=/trunk/kdenlive/; revision=3246

src/projectlist.cpp

index d65d84a2efe350aae9f9c0de2a7831643bb73788..9e984fee358ba566b953522e9b4237468899e5ce 100644 (file)
@@ -580,7 +580,7 @@ void ProjectList::slotAddClip(const QList <QUrl> givenList, QString group)
     KUrl::List list;
     if (givenList.isEmpty()) {
         // Build list of mime types
-        QStringList mimeTypes = QStringList() << "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";
+        QStringList mimeTypes = QStringList() << "application/x-kdenlive" << "video/x-flv" << "application/vnd.rn-realmedia" << "video/x-dv" << "video/dv" << "video/x-msvideo" << "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";
 
         QString allExtensions;
         foreach(const QString& mimeType, mimeTypes) {