This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Source/CartManager.cpp b/Source/CartManager.cpp | |
index 946f7ea..59e5da4 100644 | |
--- a/Source/CartManager.cpp | |
+++ b/Source/CartManager.cpp | |
@@ -167,7 +167,7 @@ void CartManager::buttonClicked(juce::Button *buttonThatWasClicked) { | |
} | |
if ( buttonThatWasClicked == loadButton ) { | |
- FileChooser fc ("Import original DX sysex...", File::nonexistent, "*.syx;*.SYX;*.*", 1); | |
+ FileChooser fc ("Import original DX sysex...", File::getSpecialLocation(File::SpecialLocationType::userDocumentsDirectory), "*.syx;*.SYX;*.*", 1); |