From e8df2ba4c9fb4e6ef182675efd0667eda26c404b Mon Sep 17 00:00:00 2001 From: Asval Date: Sun, 23 Jun 2019 15:44:22 +0200 Subject: [PATCH] i forgot this --- FModel/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FModel/MainWindow.cs b/FModel/MainWindow.cs index baa7778a..9af814ed 100644 --- a/FModel/MainWindow.cs +++ b/FModel/MainWindow.cs @@ -1637,7 +1637,7 @@ namespace FModel SaveFileDialog saveTheDialog = new SaveFileDialog(); saveTheDialog.Title = @"Save Serialized File"; saveTheDialog.Filter = @"JSON Files (*.json)|*.json"; - saveTheDialog.InitialDirectory = App.DefaultOutputPath + "\\Saved JSON\\"; + saveTheDialog.InitialDirectory = App.DefaultOutputPath + "\\Saved_JSON\\"; saveTheDialog.FileName = ThePak.CurrentUsedItem.Contains('.') ? ThePak.CurrentUsedItem.Substring(0, ThePak.CurrentUsedItem.LastIndexOf('.')) : ThePak.CurrentUsedItem; if (saveTheDialog.ShowDialog() == DialogResult.OK) {