aboutsummaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-06-24 10:47:58 +0000
committerGitHub <[email protected]>2021-06-24 10:47:58 +0000
commitf43b77ec560036c7df4a8cbbf8affb998185edb9 (patch)
tree3f3339351ea4dc11015ef3dbd798b5a98cfb432b /src/MainWindow.cpp
parentUpdate Document. (diff)
parentUpdated Document; (diff)
downloadGpgFrontend-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.cpp6
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);
}