aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index f321616..13b2631 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -77,7 +77,7 @@ void GpgWin::createActions()
saveAsAct = new QAction(tr("Save &As"), this);
saveAsAct->setIcon(QIcon("icons/filesaveas.png"));
- saveAsAct->setShortcut(tr("Ctrl+A"));
+ //saveAsAct->setShortcut(tr("Ctrl+A"));
saveAsAct->setStatusTip(tr("Save the current File as..."));
connect(saveAsAct, SIGNAL(triggered()), this, SLOT(saveAs()));