Kaydet (Commit) 9a8d90f6 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix addGraphicFilter

Change-Id: I44ee2c53bd1f95c08f2d4d6b6cd7af93a0001c9c
üst c6c14f6a
...@@ -1913,7 +1913,7 @@ void FileDialogHelper_Impl::addGraphicFilter() ...@@ -1913,7 +1913,7 @@ void FileDialogHelper_Impl::addGraphicFilter()
// if the extension is "All files", make that the default // if the extension is "All files", make that the default
if (aExtensions == FILEDIALOG_FILTER_ALL) if (aExtensions == FILEDIALOG_FILTER_ALL)
maSelectFilter = maSelectFilter; maSelectFilter = aAllFilesName;
} }
catch( const IllegalArgumentException& ) catch( const IllegalArgumentException& )
{ {
......
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