aboutsummaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-24 10:40:40 +0000
committerSaturneric <[email protected]>2021-06-24 10:40:40 +0000
commita12d0896722dc384a32276f8b8084577fcf6f1bd (patch)
tree848424eb29c3d7b65025e59fd464a187500d565d /src/MainWindow.cpp
parentUpdate Document. (diff)
downloadGpgFrontend-a12d0896722dc384a32276f8b8084577fcf6f1bd.tar.gz
GpgFrontend-a12d0896722dc384a32276f8b8084577fcf6f1bd.zip
Updated Document;
Fixed File Crypto;
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);
}