diff options
author | Saturneric <[email protected]> | 2021-06-24 10:40:40 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-24 10:40:40 +0000 |
commit | a12d0896722dc384a32276f8b8084577fcf6f1bd (patch) | |
tree | 848424eb29c3d7b65025e59fd464a187500d565d /src/MainWindow.cpp | |
parent | Update Document. (diff) | |
download | GpgFrontend-a12d0896722dc384a32276f8b8084577fcf6f1bd.tar.gz GpgFrontend-a12d0896722dc384a32276f8b8084577fcf6f1bd.zip |
Updated Document;
Fixed File Crypto;
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r-- | src/MainWindow.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 4473b8a2..471de47d 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -570,10 +570,8 @@ void MainWindow::createToolBars() { fileEncButton->setMenu(fileEncMenu); fileEncButton->setPopupMode(QToolButton::InstantPopup); fileEncButton->setIcon(QIcon(":fileencryption.png")); - fileEncButton->setToolTip(tr("Encrypt or decrypt File")); - fileEncButton->setText(tr("File..")); - fileEncButton->hide(); - + fileEncButton->setToolTip(tr("Opera File")); + fileEncButton->setText(tr("File Crypto")); cryptToolBar->addWidget(fileEncButton); } |