From 48f0229e71901b2179053c4084ced5757d87c2b7 Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 8 Dec 2011 22:26:02 +0000 Subject: new icon and title for 'remove double linebreaks' git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@682 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 4 ++-- release/icons/format-line-spacing-normal.png | Bin 0 -> 628 bytes 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 release/icons/format-line-spacing-normal.png 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 new file mode 100644 index 0000000..debc26b Binary files /dev/null and b/release/icons/format-line-spacing-normal.png differ -- cgit v1.2.3