From 9d3a14d1c24da3ce77dda3d5cf466ea4208f012d Mon Sep 17 00:00:00 2001 From: Darkstack <1835601+darkstack@users.noreply.github.com> Date: Sat, 1 Jun 2019 00:24:33 +0200 Subject: [PATCH] Fix --- .../LaDOSE.DesktopApp/ViewModels/TournamentResultViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaDOSE.Src/LaDOSE.DesktopApp/ViewModels/TournamentResultViewModel.cs b/LaDOSE.Src/LaDOSE.DesktopApp/ViewModels/TournamentResultViewModel.cs index e23910e..51b8acf 100644 --- a/LaDOSE.Src/LaDOSE.DesktopApp/ViewModels/TournamentResultViewModel.cs +++ b/LaDOSE.Src/LaDOSE.DesktopApp/ViewModels/TournamentResultViewModel.cs @@ -266,7 +266,7 @@ namespace LaDOSE.DesktopApp.ViewModels var dataTable = this.GridDataTable.DefaultView.ToTable(); SaveFileDialog sfDialog = new SaveFileDialog() { - Filter = "Text Files (*.csv)|*.csv|All Files (*.*)|*.*", + Filter = "Csv Files (*.csv)|*.csv|All Files (*.*)|*.*", AddExtension = true }; if (sfDialog.ShowDialog() == true)