diff options
Diffstat (limited to 'src/noteedit.cpp')
-rw-r--r-- | src/noteedit.cpp | 4 |
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(); } |