]> git.sesse.net Git - kdenlive/commitdiff
Add *.mod as mpeg extension when installing extra mime types, should fix:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 17 Nov 2008 10:11:06 +0000 (10:11 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 17 Nov 2008 10:11:06 +0000 (10:11 +0000)
http://www.kdenlive.org/mantis/view.php?id=357

svn path=/branches/KDE4/; revision=2709

src/wizard.cpp

index 83d0494e0e7d77b32fa89e0971c852cbd149500b..2f0f1e987db3edc1705325ecb079fc4b44261690 100644 (file)
@@ -179,7 +179,7 @@ void Wizard::slotCheckSelectedItem() {
 void Wizard::adjustSettings() {
     if (m_extra.installmimes->isChecked()) {
         QStringList globs;
-        globs << "*.mts" << "*.m2t";
+        globs << "*.mts" << "*.m2t" << "*.mod";
         installExtraMimes("video/mpeg", globs);
         globs.clear();
         globs << "*.dv";