summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-17 22:49:57 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-17 22:49:57 -0500
commitffd6baec42b12cbbf5b1088e367ab6c8259ac5cb (patch)
treef04b911151e79eb428ac39494ae9601f9b5d5525 /gtk/gtkfilechooserbutton.c
parent4dc4db56dc9a36a2daba90249f2f45256059c807 (diff)
downloadgtk+-ffd6baec42b12cbbf5b1088e367ab6c8259ac5cb.tar.gz
gtk: Intern css names
This avoids a bunch of strdups at startup.
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r--gtk/gtkfilechooserbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index 6f18f6efff..ab7e041cae 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -468,7 +468,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
_gtk_file_chooser_install_properties (gobject_class);
- gtk_widget_class_set_css_name (widget_class, "filechooserbutton");
+ gtk_widget_class_set_css_name (widget_class, I_("filechooserbutton"));
}
static void