Commit f0764ce4 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4_openfile: accept files without extensions (fix #2511)

This was already done in the trunk.
parent 726f824c
...@@ -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