fixed syntax error, added screenshot

This commit is contained in:
2021-02-04 23:43:15 +01:00
parent 47310b17dc
commit 07b9c359b7
2 changed files with 1 additions and 1 deletions

BIN
Docs/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -57,7 +57,7 @@ namespace Massmailer.UI
if (result == MessageBoxResult.Yes) if (result == MessageBoxResult.Yes)
{ {
MassmailerProjectLogic.Save(this.project, this.GetSaveFilePath()); MassmailerProjectLogic.Save(this.project, this.GetSaveFilePath(false));
} }
// TODO untested // TODO untested