Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
85409509
Commit
85409509
authored
Oct 03, 2008
by
sebastien
Committed by
Jean-Baptiste Kempf
Oct 08, 2008
Browse files
Opening files without extension
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
f34d7584
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.hpp
View file @
85409509
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment