From a75c5fcd4e24e196ab6e2d575a1da6c6dd703385 Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 7 Aug 2008 12:05:13 +0000 Subject: fix overload of ctrl-a git-svn-id: http://cpunk.de/svn/src/gpg4usb@113 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- cgit v1.2.3