Added 'all files' filter to openfile dialog in preferences - external image editor

This commit is contained in:
Matthias Meike
2015-04-10 22:14:04 +02:00
parent 9032164b2c
commit b3679ae214

View File

@@ -1539,7 +1539,7 @@ void Preferences::OnbrowseJavaBtClick(wxCommandEvent& event)
void Preferences::OnBrowseEditionImageClick(wxCommandEvent& event)
{
wxFileDialog dialog( this, _( "Choose a image editing software" ), "", "", "Programme (*.exe)|*.exe" );
wxFileDialog dialog( this, _( "Choose a image editing software" ), "", "", "Programme (*.exe)|*.exe|All Files (*.*)|*.*" );
dialog.ShowModal();
if ( !dialog.GetPath().empty() )