From 19e0cf5e60f10df30bd13c7d75fb82dceeda0424 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sat, 12 May 2012 09:40:25 +0200 Subject: [PATCH] Don't reset certificate extension to .crt ... after closing the file-name select dialog during certificate export --- widgets/ExportDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/ExportDialog.cpp b/widgets/ExportDialog.cpp index c268f090..274ed5ba 100644 --- a/widgets/ExportDialog.cpp +++ b/widgets/ExportDialog.cpp @@ -34,7 +34,6 @@ void ExportDialog::on_fileBut_clicked() QDir::convertSeparators(s); filename->setText(s); } - on_exportFormat_activated(0); } void ExportDialog::on_exportFormat_activated(int selected)