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

This commit is contained in:
Michael Natterer 2014-05-16 20:45:01 +02:00
parent b42cedd383
commit 981abdffe1
1 changed files with 1 additions and 1 deletions

View File

@ -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",