[vlc-devel] commit: Skins2: less stupid match for opening the files. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Mar 16 00:35:22 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 16 00:34:45 2009 +0100| [15a6423d9be7811633a2dab3cfdec8745471e094] | committer: Jean-Baptiste Kempf
Skins2: less stupid match for opening the files.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15a6423d9be7811633a2dab3cfdec8745471e094
---
modules/gui/skins2/src/dialogs.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/src/dialogs.cpp b/modules/gui/skins2/src/dialogs.cpp
index bf4b541..ee80de2 100644
--- a/modules/gui/skins2/src/dialogs.cpp
+++ b/modules/gui/skins2/src/dialogs.cpp
@@ -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 );
}
More information about the vlc-devel
mailing list