[vlc-devel] commit: Opening files without extension (Sebastien Escudier )
git version control
git at videolan.org
Wed Oct 8 13:59:24 CEST 2008
vlc | branch: master | Sebastien Escudier <sebastien-devel at celeos.eu> | Fri Oct 3 15:05:57 2008 +0200| [854095094a8a2898ed35bfeb55e9a75b87e527bd] | committer: Jean-Baptiste Kempf
Opening files without extension
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=854095094a8a2898ed35bfeb55e9a75b87e527bd
---
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