summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 23:14:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 23:14:15 -0500
commitffb86e490f70f2bdb41f84847f578c0a8e78176d (patch)
treea91dcd82058198e5b83a42bed536bf50199b0c71
parentd54ea8fe92fbaa6a2e66dd1e7c5aed02ebb3845d (diff)
downloadtdelibs-ffb86e49.tar.gz
tdelibs-ffb86e49.zip
Bring unindent and indent icons into XDG compliance
-rw-r--r--kate/part/kateview.cpp4
-rw-r--r--pics/crystalsvg/cr32-action-format-indent-less.png (renamed from pics/crystalsvg/cr32-action-unindent.png)bin845 -> 845 bytes
-rw-r--r--pics/crystalsvg/cr32-action-format-indent-more.png (renamed from pics/crystalsvg/cr32-action-indent.png)bin840 -> 840 bytes
-rw-r--r--pics/crystalsvg/cr48-action-format-indent-less.png (renamed from pics/crystalsvg/cr48-action-unindent.png)bin1215 -> 1215 bytes
-rw-r--r--pics/crystalsvg/cr48-action-format-indent-more.png (renamed from pics/crystalsvg/cr48-action-indent.png)bin1207 -> 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
index 406d1fa3b..406d1fa3b 100644
--- a/pics/crystalsvg/cr32-action-unindent.png
+++ b/pics/crystalsvg/cr32-action-format-indent-less.png
Binary files differ
diff --git a/pics/crystalsvg/cr32-action-indent.png b/pics/crystalsvg/cr32-action-format-indent-more.png
index bea32b71b..bea32b71b 100644
--- a/pics/crystalsvg/cr32-action-indent.png
+++ b/pics/crystalsvg/cr32-action-format-indent-more.png
Binary files differ
diff --git a/pics/crystalsvg/cr48-action-unindent.png b/pics/crystalsvg/cr48-action-format-indent-less.png
index 0aa7819c3..0aa7819c3 100644
--- a/pics/crystalsvg/cr48-action-unindent.png
+++ b/pics/crystalsvg/cr48-action-format-indent-less.png
Binary files differ
diff --git a/pics/crystalsvg/cr48-action-indent.png b/pics/crystalsvg/cr48-action-format-indent-more.png
index 829e32078..829e32078 100644
--- a/pics/crystalsvg/cr48-action-indent.png
+++ b/pics/crystalsvg/cr48-action-format-indent-more.png
Binary files differ