diff options
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r-- | gtk/gtkfontsel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 1a752e72da..4b50089500 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -190,7 +190,7 @@ gtk_font_selection_get_type (void) }; font_selection_type = - g_type_register_static (GTK_TYPE_VBOX, g_intern_static_string ("GtkFontSelection"), + g_type_register_static (GTK_TYPE_VBOX, I_("GtkFontSelection"), &fontsel_type_info, 0); } @@ -1322,7 +1322,7 @@ gtk_font_selection_dialog_get_type (void) }; font_selection_dialog_type = - g_type_register_static (GTK_TYPE_DIALOG, g_intern_static_string ("GtkFontSelectionDialog"), + g_type_register_static (GTK_TYPE_DIALOG, I_("GtkFontSelectionDialog"), &fontsel_diag_info, 0); } |