diff options
-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 |