Commit bd893da6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: fix m3u8 export extension

(cherry picked from commit 659bba5c453ae63ecb36bc8df3918eaa6113ae6c)

Conflicts:

	modules/gui/qt4/dialogs_provider.cpp
parent 34bcd17b
...@@ -556,7 +556,7 @@ void DialogsProvider::saveAPlaylist() ...@@ -556,7 +556,7 @@ void DialogsProvider::saveAPlaylist()
char module[12]; char module[12];
} types[] = { } types[] = {
{ N_("XSPF playlist (*.xspf)"), "export-xspf", }, { N_("XSPF playlist (*.xspf)"), "export-xspf", },
{ N_("M3U8 playlist (*.m3u)"), "export-m3u8", }, { N_("M3U8 playlist (*.m3u8)"), "export-m3u8", },
{ N_("M3U playlist (*.m3u)"), "export-m3u", }, { N_("M3U playlist (*.m3u)"), "export-m3u", },
{ N_("HTML playlist (*.html)"), "export-html", }, { N_("HTML playlist (*.html)"), "export-html", },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment