From 68bb7b5e868021266a1b4c3ce57718c6b4bd9d26 Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 8 Dec 2011 22:28:45 +0000 Subject: new icon and title for 'remove double linebreaks' git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@683 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- cgit v1.2.3