diff --git a/modules/gui/qt4/dialogs_provider.hpp b/modules/gui/qt4/dialogs_provider.hpp index d69e9f5f07..fe7d02b0df 100644 --- a/modules/gui/qt4/dialogs_provider.hpp +++ b/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,