[gimp] app: the icon's name is format-text-strikethrough not format-edit-strikethrough



commit 981abdffe1b31e4d0f5c7c76b2c707c72181a2ec
Author: Michael Natterer <mitch gimp org>
Date:   Fri May 16 20:45:01 2014 +0200

    app: the icon's name is format-text-strikethrough not format-edit-strikethrough

 app/widgets/gimptextstyleeditor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimptextstyleeditor.c b/app/widgets/gimptextstyleeditor.c
index 5f77ad8..72c6e9b 100644
--- a/app/widgets/gimptextstyleeditor.c
+++ b/app/widgets/gimptextstyleeditor.c
@@ -332,7 +332,7 @@ gimp_text_style_editor_constructed (GObject *object)
                                         "format-text-underline",
                                         _("Underline"));
   gimp_text_style_editor_create_toggle (editor, editor->buffer->strikethrough_tag,
-                                        "format-edit-strikethrough",
+                                        "format-text-strikethrough",
                                         _("Strikethrough"));
 
   g_signal_connect_swapped (editor->text, "notify::font",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]