diff options
-rw-r--r-- | kate/part/kateview.cpp | 4 | ||||
-rw-r--r-- | pics/crystalsvg/cr32-action-format-indent-less.png (renamed from pics/crystalsvg/cr32-action-unindent.png) | bin | 845 -> 845 bytes | |||
-rw-r--r-- | pics/crystalsvg/cr32-action-format-indent-more.png (renamed from pics/crystalsvg/cr32-action-indent.png) | bin | 840 -> 840 bytes | |||
-rw-r--r-- | pics/crystalsvg/cr48-action-format-indent-less.png (renamed from pics/crystalsvg/cr48-action-unindent.png) | bin | 1215 -> 1215 bytes | |||
-rw-r--r-- | pics/crystalsvg/cr48-action-format-indent-more.png (renamed from pics/crystalsvg/cr48-action-indent.png) | bin | 1207 -> 1207 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/kate/part/kateview.cpp b/kate/part/kateview.cpp index 9bd819ebe..f5593da9a 100644 --- a/kate/part/kateview.cpp +++ b/kate/part/kateview.cpp @@ -241,10 +241,10 @@ void KateView::setupActions() " when the view is resized.")); // setup Tools menu - a=new TDEAction(i18n("&Indent"), "indent", Qt::CTRL+Qt::Key_I, TQT_TQOBJECT(this), TQT_SLOT(indent()), ac, "tools_indent"); + a=new TDEAction(i18n("&Indent"), "format-indent-more", Qt::CTRL+Qt::Key_I, TQT_TQOBJECT(this), TQT_SLOT(indent()), ac, "tools_indent"); a->setWhatsThis(i18n("Use this to indent a selected block of text.<br><br>" "You can configure whether tabs should be honored and used or replaced with spaces, in the configuration dialog.")); - a=new TDEAction(i18n("&Unindent"), "unindent", Qt::CTRL+Qt::SHIFT+Qt::Key_I, TQT_TQOBJECT(this), TQT_SLOT(unIndent()), ac, "tools_unindent"); + a=new TDEAction(i18n("&Unindent"), "format-indent-less", Qt::CTRL+Qt::SHIFT+Qt::Key_I, TQT_TQOBJECT(this), TQT_SLOT(unIndent()), ac, "tools_unindent"); a->setWhatsThis(i18n("Use this to unindent a selected block of text.")); a=new TDEAction(i18n("&Clean Indentation"), 0, TQT_TQOBJECT(this), TQT_SLOT(cleanIndent()), ac, "tools_cleanIndent"); diff --git a/pics/crystalsvg/cr32-action-unindent.png b/pics/crystalsvg/cr32-action-format-indent-less.png Binary files differindex 406d1fa3b..406d1fa3b 100644 --- a/pics/crystalsvg/cr32-action-unindent.png +++ b/pics/crystalsvg/cr32-action-format-indent-less.png diff --git a/pics/crystalsvg/cr32-action-indent.png b/pics/crystalsvg/cr32-action-format-indent-more.png Binary files differindex bea32b71b..bea32b71b 100644 --- a/pics/crystalsvg/cr32-action-indent.png +++ b/pics/crystalsvg/cr32-action-format-indent-more.png diff --git a/pics/crystalsvg/cr48-action-unindent.png b/pics/crystalsvg/cr48-action-format-indent-less.png Binary files differindex 0aa7819c3..0aa7819c3 100644 --- a/pics/crystalsvg/cr48-action-unindent.png +++ b/pics/crystalsvg/cr48-action-format-indent-less.png diff --git a/pics/crystalsvg/cr48-action-indent.png b/pics/crystalsvg/cr48-action-format-indent-more.png Binary files differindex 829e32078..829e32078 100644 --- a/pics/crystalsvg/cr48-action-indent.png +++ b/pics/crystalsvg/cr48-action-format-indent-more.png |