diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 44b3e2238..69a1993c9 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1262,24 +1262,24 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) { hasOpened=fileDialog->openLoad( "Load Instrument", // TODO supply loadable formats in a dynamic, scalable, "DRY" way. - {"All compatible files", "*.fui *.dmp *.tfi *.vgi *.s3i *.sbi *.opli *.opni *.y12 *.bnk *.ff *.gyb *.opm *.wopl *.wopn", - "Furnace Instrument", "*.fui", - "DefleMask Preset", "*.dmp", - "TFM Music Maker Instrument", "*.tfi", - "VGM Music Maker Instrument", "*.vgi", - "Scream Tracker 3 Instrument", "*.s3i", - "SoundBlaster Instrument", "*.sbi", - "Wohlstand OPL Instrument", "*.opli", - "Wohlstand OPN Instrument", "*.opni", - "Gens KMod Patch Dump", "*.y12", - "BNK File (Adlib)", "*.bnk", - "FF Preset Bank", "*.ff", - "2612edit GYB Preset Bank", "*.gyb", - "VOPM Preset Bank", "*.opm", - "Wohlstand WOPL Bank", "*.wopl", - "Wohlstand WOPN Bank", "*.wopn", - "All files", ".*"}, - "All compatible files{.fui,.dmp,.tfi,.vgi,.s3i,.sbi,.opli,.opni,.y12,.bnk,.ff,.gyb,.opm,.wopl,.wopn},.*", + {"all compatible files", "*.fui *.dmp *.tfi *.vgi *.s3i *.sbi *.opli *.opni *.y12 *.bnk *.ff *.gyb *.opm *.wopl *.wopn", + "Furnace instrument", "*.fui", + "DefleMask preset", "*.dmp", + "TFM Music Maker instrument", "*.tfi", + "VGM Music Maker instrument", "*.vgi", + "Scream Tracker 3 instrument", "*.s3i", + "SoundBlaster instrument", "*.sbi", + "Wohlstand OPL instrument", "*.opli", + "Wohlstand OPN instrument", "*.opni", + "Gens KMod patch dump", "*.y12", + "BNK file (AdLib)", "*.bnk", + "FF preset bank", "*.ff", + "2612edit GYB preset bank", "*.gyb", + "VOPM preset bank", "*.opm", + "Wohlstand WOPL bank", "*.wopl", + "Wohlstand WOPN bank", "*.wopn", + "all files", ".*"}, + "all compatible files{.fui,.dmp,.tfi,.vgi,.s3i,.sbi,.opli,.opni,.y12,.bnk,.ff,.gyb,.opm,.wopl,.wopn},.*", workingDirIns, dpiScale, [this](const char* path) {