diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyPairDetailTab.cpp')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyPairDetailTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp b/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp index 97c3eb34..9dbb18c4 100644 --- a/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp @@ -273,7 +273,7 @@ void KeyPairDetailTab::slot_refresh_key_info() { key_size_var_label_->setText(key_size_val.c_str()); algorithm_var_label_->setText(key_algo_val.c_str()); fingerprint_var_label_->setText( - beautify_fingerprint(key_.GetFingerprint()).c_str()); + BeautifyFingerprint(key_.GetFingerprint()).c_str()); icon_label_->hide(); exp_label_->hide(); |