[gimp] icons: Bug 759904



commit 210a834f4c990e2351113dc2170563dd0f2cdc4a
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Sat Jun 4 13:29:47 2016 +0200

    icons: Bug 759904
    
    patch
    gimpfont.c

 app/text/gimpfont.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
index b76abfa..b82572a 100644
--- a/app/text/gimpfont.c
+++ b/app/text/gimpfont.c
@@ -122,7 +122,7 @@ gimp_font_class_init (GimpFontClass *klass)
   viewable_class->get_popup_size    = gimp_font_get_popup_size;
   viewable_class->get_new_preview   = gimp_font_get_new_preview;
 
-  viewable_class->default_icon_name = "gtk-select-font";
+  viewable_class->default_icon_name = "gimp-font";
 
   g_object_class_install_property (object_class, PROP_PANGO_CONTEXT,
                                    g_param_spec_object ("pango-context",


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