diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-17 22:49:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-17 22:49:57 -0500 |
commit | ffd6baec42b12cbbf5b1088e367ab6c8259ac5cb (patch) | |
tree | f04b911151e79eb428ac39494ae9601f9b5d5525 /gtk/gtkshortcutssection.c | |
parent | 4dc4db56dc9a36a2daba90249f2f45256059c807 (diff) | |
download | gtk+-ffd6baec42b12cbbf5b1088e367ab6c8259ac5cb.tar.gz |
gtk: Intern css names
This avoids a bunch of strdups at startup.
Diffstat (limited to 'gtk/gtkshortcutssection.c')
-rw-r--r-- | gtk/gtkshortcutssection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutssection.c b/gtk/gtkshortcutssection.c index 527e35da04..be60ba3799 100644 --- a/gtk/gtkshortcutssection.c +++ b/gtk/gtkshortcutssection.c @@ -411,7 +411,7 @@ gtk_shortcuts_section_class_init (GtkShortcutsSectionClass *klass) GDK_KEY_Page_Down, GDK_CONTROL_MASK, "change-current-page", 1, G_TYPE_INT, 1); - gtk_widget_class_set_css_name (widget_class, "shortcuts-section"); + gtk_widget_class_set_css_name (widget_class, I_("shortcuts-section")); } static void |