]> git.sesse.net Git - vlc/commitdiff
Skins2: less stupid match for opening the files.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Mar 2009 23:34:45 +0000 (00:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Mar 2009 23:34:45 +0000 (00:34 +0100)
modules/gui/skins2/src/dialogs.cpp

index bf4b541f1c533e6c23597b87e527d82c5f77bfe0..ee80de2a5ae274dab159c99cbf3dfeb0da077b47 100644 (file)
@@ -216,7 +216,7 @@ void Dialogs::showFileGeneric( const string &rTitle, const string &rExtensions,
 void Dialogs::showChangeSkin()
 {
     showFileGeneric( _("Open a skin file"),
-                     _("Skin files (*.vlt;*.wsz)|*.vlt;*.wsz|Skin files (*.xml)|*.xml"),
+                     _("Skin files |*.vlt;*.wsz;*.xml"),
                      showChangeSkinCB, kOPEN );
 }