diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyPairOperaTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp b/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp index a06ec835..d52794aa 100644 --- a/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp @@ -237,7 +237,7 @@ void KeyPairOperaTab::slot_export_key(bool secret, bool ascii, bool shortest, #if defined(_WIN32) || defined(WIN32) auto file_name = QString("%1[%2](%3)_%4.asc"); #else - auto file_name = QString("%1<%2[(%3)_%4.asc"); + auto file_name = QString("%1<%2>(%3)_%4.asc"); #endif file_name = |