mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Added 'all files' filter to openfile dialog in preferences - external image editor
This commit is contained in:
@@ -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() )
|
||||
|
Reference in New Issue
Block a user