fix: keep printer destination (with dialog) intact after selecting a printer for the first time

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2357 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-12-05 21:50:56 +00:00
commit e5d996d0d1
2 changed files with 1 additions and 3 deletions

View file

@ -106,9 +106,6 @@ namespace Greenshot.Destinations {
printerSettings = new PrintHelper(image, captureDetails).PrintWithDialog();
}
if (printerSettings != null) {
printerName = printerSettings.PrinterName;
// Renew destination
exportInformation.DestinationDescription = this.Description;
exportInformation.ExportMade = true;
}
}