Browse Source

Opening files without extension

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/2/head
Sebastien Escudier 18 years ago
committed by Jean-Baptiste Kempf
parent
commit
854095094a
  1. 2
      modules/gui/qt4/dialogs_provider.hpp

2
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,

Loading…
Cancel
Save