diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-30 03:36:50 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-30 03:36:50 +0100 |
| commit | 9d717d8ac6c138182fdc3a8d4e8464b544f42d3f (patch) | |
| tree | 917db4ed76451411cc775330a1a4729621db40e8 /gpgwin.cpp | |
| parent | added quote icon and quote action to toolbar (diff) | |
| download | gpg4usb-9d717d8ac6c138182fdc3a8d4e8464b544f42d3f.tar.gz gpg4usb-9d717d8ac6c138182fdc3a8d4e8464b544f42d3f.zip | |
added confirmation box for import keys through drop in keylist. Also added the appropriate setting in settings dialog.
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@412 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
| -rw-r--r-- | gpgwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ void GpgWin::createActions() quoteAct = new QAction(tr("&Quote"), this); quoteAct->setIcon(QIcon(iconPath + "quote.png")); - quoteAct->setToolTip(tr("Insert > in front of every line")); + quoteAct->setToolTip(tr("Insert \">\" in front of every line")); connect(quoteAct, SIGNAL(triggered()), edit, SLOT(quote())); selectallAct = new QAction(tr("Select &All"), this); |
