diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 22:26:02 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 22:26:02 +0000 |
commit | 48f0229e71901b2179053c4084ced5757d87c2b7 (patch) | |
tree | c62fccbeae19b38dc4793a02680d653877b67f34 | |
parent | replace status integer with string in keyimportdetaildialog (diff) | |
download | gpg4usb-48f0229e71901b2179053c4084ced5757d87c2b7.tar.gz gpg4usb-48f0229e71901b2179053c4084ced5757d87c2b7.zip |
new icon and title for 'remove double linebreaks'
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@682 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rw-r--r-- | mainwindow.cpp | 4 | ||||
-rw-r--r-- | release/icons/format-line-spacing-normal.png | bin | 0 -> 628 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index e717242..f25bdaa 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -245,8 +245,8 @@ void MainWindow::createActions() selectallAct->setToolTip(tr("Select the whole text")); connect(selectallAct, SIGNAL(triggered()), edit, SLOT(selectAll())); - cleanDoubleLinebreaksAct = new QAction(tr("Remove double &Linebreaks"), this); - //cleanDoubleLineBreaksAct->setIcon(QIcon(iconPath + "edit.png")); + cleanDoubleLinebreaksAct = new QAction(tr("Remove &spacing"), this); + cleanDoubleLinebreaksAct->setIcon(QIcon(iconPath + "format-line-spacing-normal.png")); //cleanDoubleLineBreaksAct->setShortcut(QKeySequence::SelectAll); cleanDoubleLinebreaksAct->setToolTip(tr("Remove double linebreaks, e.g. in pasted text from webmailer")); connect(cleanDoubleLinebreaksAct, SIGNAL(triggered()), this, SLOT(cleanDoubleLinebreaks())); diff --git a/release/icons/format-line-spacing-normal.png b/release/icons/format-line-spacing-normal.png Binary files differnew file mode 100644 index 0000000..debc26b --- /dev/null +++ b/release/icons/format-line-spacing-normal.png |