]> git.sesse.net Git - kdenlive/commitdiff
Add m2ts extension to the list of supported files:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 25 May 2009 23:57:23 +0000 (23:57 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 25 May 2009 23:57:23 +0000 (23:57 +0000)
http://www.kdenlive.org/mantis/view.php?id=850

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

src/wizard.cpp

index 3717ff596168a964ddf92a979f018b560999761b..5c8d6f70c8b3def7a33839982d6a342ad8f11cd9 100644 (file)
@@ -443,7 +443,7 @@ void Wizard::adjustSettings()
 {
     if (m_extra.installmimes->isChecked()) {
         QStringList globs;
-        globs << "*.mts" << "*.m2t" << "*.mod" << "*.ts";
+        globs << "*.mts" << "*.m2t" << "*.mod" << "*.ts" << "*.m2ts";
         installExtraMimes("video/mpeg", globs);
         globs.clear();
         globs << "*.dv";