From 1c2bba481d860e56518db08ea0b504d5fef649b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kr=C3=B3likowski?= Date: Mon, 19 Jan 2015 21:24:47 +0100 Subject: [PATCH] Fix BUG-1730 - Setting as jpg is not permanent --- GreenshotPlugin/Controls/SaveImageFileDialog.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GreenshotPlugin/Controls/SaveImageFileDialog.cs b/GreenshotPlugin/Controls/SaveImageFileDialog.cs index c3acb785b..41a4c2d60 100644 --- a/GreenshotPlugin/Controls/SaveImageFileDialog.cs +++ b/GreenshotPlugin/Controls/SaveImageFileDialog.cs @@ -90,10 +90,12 @@ namespace GreenshotPlugin.Controls { prepareFilterOptions(); string fdf = ""; int preselect = 0; + var outputFileFormatAsString = Enum.GetName(typeof(OutputFormat), conf.OutputFileFormat); for(int i=0; i