[vlc-devel] commit: Qt4: determine saved playlist format from selected filter... ( Rémi Denis-Courmont )

xxcv xxcv07 at gmail.com
Wed Aug 5 03:32:45 CEST 2009


git version control wrote:
> vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug  4 20:25:49 2009 +0300| [a0fdf749ce7b4e22dfb8dee8ffcc95ea8fa16d09] | committer: Rémi Denis-Courmont 
>
> Qt4: determine saved playlist format from selected filter...
>
> ...rather than extension (if any). Fixes: #3016.
> Also make the code a bit more generic.
> (cherry picked from commit 2037bb718619e167f5a53ec1c445dda50c5b7a84)
>   
> +    } types[] = {
> +        { N_("XSPF playlist (*.xpsf
Hello, there's a typo                                        ^^^
> )"), "export-xspf", },
> +        { N_("M3U playlist (*.m3u)"), "export-m3u", },
> +        { N_("HTML playlist (*.html)"), "export-html", },
> +    };
>   




More information about the vlc-devel mailing list