mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Don't reset certificate extension to .crt
... after closing the file-name select dialog during certificate export
This commit is contained in:
parent
c614197d74
commit
19e0cf5e60
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user