]> git.sesse.net Git - vlc/commitdiff
Opening files without extension
authorSebastien Escudier <sebastien-devel@celeos.eu>
Fri, 3 Oct 2008 13:05:57 +0000 (15:05 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Oct 2008 11:58:52 +0000 (13:58 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/dialogs_provider.hpp

index d69e9f5f07c137865b85c06dc441b11bbb189fa9..fe7d02b0df8694f88a8a4a992d59e2ebec4dd7e6 100644 (file)
@@ -68,7 +68,7 @@
     string += ");;";
 #define ADD_FILTER_ALL( string )       \
     string += qtr( "All Files" );      \
-    string += " (*.*)";
+    string += " (*)";
 
 enum {
     EXT_FILTER_MEDIA     =  0x01,