[vlc-devel] commit: qt4_openfile: accept files without extensions (fix #2511) ( Rémi Duraffort )
git version control
git at videolan.org
Thu Feb 12 12:54:40 CET 2009
vlc | branch: 0.9-bugfix | Rémi Duraffort <ivoire at videolan.org> | Thu Feb 12 12:37:50 2009 +0100| [f0764ce4b9e170277fa79849def5188e8637e4c4] | committer: Rémi Duraffort
qt4_openfile: accept files without extensions (fix #2511)
This was already done in the trunk.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f0764ce4b9e170277fa79849def5188e8637e4c4
---
modules/gui/qt4/dialogs_provider.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs_provider.hpp b/modules/gui/qt4/dialogs_provider.hpp
index d69e9f5..fe7d02b 100644
--- a/modules/gui/qt4/dialogs_provider.hpp
+++ b/modules/gui/qt4/dialogs_provider.hpp
@@ -68,7 +68,7 @@
string += ");;";
#define ADD_FILTER_ALL( string ) \
string += qtr( "All Files" ); \
- string += " (*.*)";
+ string += " (*)";
enum {
EXT_FILTER_MEDIA = 0x01,
More information about the vlc-devel
mailing list