diff options
author | Saturneric <[email protected]> | 2021-05-21 16:31:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-21 16:31:17 +0000 |
commit | 4f33854578ede93fd691bab17065ed67368a72ad (patch) | |
tree | b09cc947b3f1deeeadb63c579ecbce8da429f8e4 /src/ui/KeyDetailsDialog.cpp | |
parent | Expand Key Details Dialog; (diff) | |
download | GpgFrontend-4f33854578ede93fd691bab17065ed67368a72ad.tar.gz GpgFrontend-4f33854578ede93fd691bab17065ed67368a72ad.zip |
popupMenu now Exec When mKeyList HAS item(s) Selected.
mKeyList Sorting Disabled.
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'src/ui/KeyDetailsDialog.cpp')
-rw-r--r-- | src/ui/KeyDetailsDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyDetailsDialog.cpp b/src/ui/KeyDetailsDialog.cpp index b181ff7b..3be333a1 100644 --- a/src/ui/KeyDetailsDialog.cpp +++ b/src/ui/KeyDetailsDialog.cpp @@ -35,7 +35,7 @@ KeyDetailsDialog::KeyDetailsDialog(GpgME::GpgContext *ctx, const GpgKey& key, QW mainLayout->addWidget(tabWidget); this->setLayout(mainLayout); - this->setWindowTitle(tr("Keydetails")); + this->setWindowTitle(tr("Key Details")); this->setModal(true); this->show(); |