Fixed open last capture location, the configuration wasn't updated when saving an image.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2413 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-01-07 17:07:22 +00:00
commit 12c9e943b2
3 changed files with 2 additions and 1 deletions

View file

@ -125,6 +125,7 @@ namespace Greenshot.Destinations {
exportInformation.ExportMade = outputMade;
exportInformation.Filepath = fullPath;
captureDetails.Filename = fullPath;
conf.OutputFileAsFullpath = fullPath;
}
ProcessExport(exportInformation, surface);