From 068eb357d00d602b4fe744f461e8d3e2bff1a047 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 17 Mar 2024 12:50:46 -0500 Subject: [PATCH] oh yeah wait I need to merge menu first --- 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 0bb1397b5..5e7810d21 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1667,7 +1667,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) { case GUI_FILE_SAVE_DMF: if (!dirExists(workingDirSong)) workingDirSong=getHomeDir(); hasOpened=fileDialog->openSave( - "Save File", + "Export DMF", {"DefleMask 1.1.3 module", "*.dmf"}, workingDirSong, dpiScale @@ -1676,7 +1676,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) { case GUI_FILE_SAVE_DMF_LEGACY: if (!dirExists(workingDirSong)) workingDirSong=getHomeDir(); hasOpened=fileDialog->openSave( - "Save File", + "Export DMF", {"DefleMask 1.0/legacy module", "*.dmf"}, workingDirSong, dpiScale