diff --git a/kaffeine/src/player-parts/xine-part/xine_part.cpp b/kaffeine/src/player-parts/xine-part/xine_part.cpp index 52f9b7f..bde4d8b 100644 --- a/kaffeine/src/player-parts/xine-part/xine_part.cpp +++ b/kaffeine/src/player-parts/xine-part/xine_part.cpp @@ -1830,6 +1830,7 @@ TQString XinePart::supportedExtensions() return TQString(); TQString ext = m_xine->getSupportedExtensions(); + ext = ext.remove(TQRegExp("[A-Za-z]+:[/]+")); ext = ext.remove("txt"); ext = "*." + ext; ext.append(" smil");