From 9517b8ee14b58e8850890d27c174ba7d996f0b57 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 28 Sep 2022 01:15:50 -0500 Subject: [PATCH] fc --- src/gui/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index edc89ac14..4c7850adf 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1396,9 +1396,9 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) { if (!dirExists(workingDirSong)) workingDirSong=getHomeDir(); hasOpened=fileDialog->openLoad( "Open File", - {"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod", + {"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc", "all files", ".*"}, - "compatible files{.fur,.dmf,.mod,.fc13,.fc14,.smod},.*", + "compatible files{.fur,.dmf,.mod,.fc13,.fc14,.smod,.fc},.*", workingDirSong, dpiScale );