Commit 85409509 authored by Sebastien Escudier's avatar Sebastien Escudier Committed by Jean-Baptiste Kempf

Opening files without extension

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f34d7584
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
string += ");;"; string += ");;";
#define ADD_FILTER_ALL( string ) \ #define ADD_FILTER_ALL( string ) \
string += qtr( "All Files" ); \ string += qtr( "All Files" ); \
string += " (*.*)"; string += " (*)";
enum { enum {
EXT_FILTER_MEDIA = 0x01, EXT_FILTER_MEDIA = 0x01,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment