aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-08 22:28:45 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-08 22:28:45 +0000
commit68bb7b5e868021266a1b4c3ce57718c6b4bd9d26 (patch)
treee1acc6f929ec0a67dfcc4a0a7027b8f3c9f1c392 /mainwindow.cpp
parentnew icon and title for 'remove double linebreaks' (diff)
downloadgpg4usb-68bb7b5e868021266a1b4c3ce57718c6b4bd9d26.tar.gz
gpg4usb-68bb7b5e868021266a1b4c3ce57718c6b4bd9d26.zip
new icon and title for 'remove double linebreaks'
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@683 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index f25bdaa..cbebe18 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -246,7 +246,7 @@ void MainWindow::createActions()
connect(selectallAct, SIGNAL(triggered()), edit, SLOT(selectAll()));
cleanDoubleLinebreaksAct = new QAction(tr("Remove &spacing"), this);
- cleanDoubleLinebreaksAct->setIcon(QIcon(iconPath + "format-line-spacing-normal.png"));
+ cleanDoubleLinebreaksAct->setIcon(QIcon(iconPath + "format-line-spacing-triple.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()));