diff --git a/Docs/screenshot.png b/Docs/screenshot.png new file mode 100644 index 0000000..4a284cf Binary files /dev/null and b/Docs/screenshot.png differ diff --git a/Massmailer.UI/Views/MainView.xaml.cs b/Massmailer.UI/Views/MainView.xaml.cs index 19ababe..6de7633 100644 --- a/Massmailer.UI/Views/MainView.xaml.cs +++ b/Massmailer.UI/Views/MainView.xaml.cs @@ -57,7 +57,7 @@ namespace Massmailer.UI if (result == MessageBoxResult.Yes) { - MassmailerProjectLogic.Save(this.project, this.GetSaveFilePath()); + MassmailerProjectLogic.Save(this.project, this.GetSaveFilePath(false)); } // TODO untested