summaryrefslogtreecommitdiffstats
path: root/src/noteedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:46:50 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:46:50 -0500
commit5595896b65965d3fee43e6a22921c0e7d5201f8d (patch)
treea00b2580490869e8823771a268e56cf0ea6647b8 /src/noteedit.cpp
parente36d74eb722ea483d2ba48c9984f01a3a0b70bb5 (diff)
downloadbasket-5595896b65965d3fee43e6a22921c0e7d5201f8d.tar.gz
basket-5595896b65965d3fee43e6a22921c0e7d5201f8d.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'src/noteedit.cpp')
-rw-r--r--src/noteedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/noteedit.cpp b/src/noteedit.cpp
index 677da57..22b382d 100644
--- a/src/noteedit.cpp
+++ b/src/noteedit.cpp
@@ -837,8 +837,8 @@ void InlineEditors::initToolBars(TDEActionCollection *actionCollection)
richTextRight->setExclusiveGroup("rt_justify");
richTextJustified->setExclusiveGroup("rt_justify");
- richTextUndo = new TDEAction( i18n("Undo"), "undo", "", actionCollection, "richtext_undo");
- richTextRedo = new TDEAction( i18n("Redo"), "redo", "", actionCollection, "richtext_redo");
+ richTextUndo = new TDEAction( i18n("Undo"), "edit-undo", "", actionCollection, "richtext_undo");
+ richTextRedo = new TDEAction( i18n("Redo"), "edit-redo", "", actionCollection, "richtext_redo");
disableRichTextToolBar();
}