diff options
author | Saturn&Eric <[email protected]> | 2021-06-24 10:47:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-24 10:47:58 +0000 |
commit | f43b77ec560036c7df4a8cbbf8affb998185edb9 (patch) | |
tree | 3f3339351ea4dc11015ef3dbd798b5a98cfb432b /src/MainWindow.cpp | |
parent | Update Document. (diff) | |
parent | Updated Document; (diff) | |
download | GpgFrontend-f43b77ec560036c7df4a8cbbf8affb998185edb9.tar.gz GpgFrontend-f43b77ec560036c7df4a8cbbf8affb998185edb9.zip |
Merge pull request #5 from saturneric/developv1.0.5
Develop
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); } |