[vlc-devel] commit: skins2: open the right type of playlist (be consistent with qt4). ( Rémi Duraffort )
git version control
git at videolan.org
Sat Jan 24 13:17:27 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jan 24 13:16:31 2009 +0100| [613e18312dd6213b3c92fd6fb04868401289efca] | committer: Rémi Duraffort
skins2: open the right type of playlist (be consistent with qt4).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=613e18312dd6213b3c92fd6fb04868401289efca
---
modules/gui/skins2/src/dialogs.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/modules/gui/skins2/src/dialogs.cpp b/modules/gui/skins2/src/dialogs.cpp
index 27cd7a7..bf4b541 100644
--- a/modules/gui/skins2/src/dialogs.cpp
+++ b/modules/gui/skins2/src/dialogs.cpp
@@ -224,9 +224,8 @@ void Dialogs::showChangeSkin()
void Dialogs::showPlaylistLoad()
{
showFileGeneric( _("Open playlist"),
- _("All playlists|*.pls;*.m3u;*.asx;*.b4s;*.xspf|"
- "M3U files|*.m3u|"
- "XSPF playlist|*.xspf"),
+ _("Playlist Files|"EXTENSIONS_PLAYLIST"|"
+ "All Files|*"),
showPlaylistLoadCB, kOPEN );
}
More information about the vlc-devel
mailing list