# HG changeset patch # User Matti Hamalainen # Date 1531151547 -10800 # Node ID f49f83b9bbc716ad6e556aaab8db389ff626b1fd # Parent ffa6533584ca9e4d242305c03cad8b9fb30d5a73 Quick fix for using correct filename extension in format import file selector. diff -r ffa6533584ca -r f49f83b9bbc7 events.pde --- a/events.pde Mon Jul 09 18:08:06 2018 +0300 +++ b/events.pde Mon Jul 09 18:52:27 2018 +0300 @@ -875,7 +875,7 @@ if (g_formatext != "") { message("Format|import"); - mpLoadFileSelector(g_formatname, g_formatext, + mpLoadFileSelector(g_formatname, "."+ g_formatext, function (fh, fdata) { store_undo();