diff options
Diffstat (limited to 'gtk/gtkhbbox.c')
-rw-r--r-- | gtk/gtkhbbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c index 880dcdf374..9469f6c374 100644 --- a/gtk/gtkhbbox.c +++ b/gtk/gtkhbbox.c @@ -60,7 +60,7 @@ gtk_hbutton_box_get_type (void) }; hbutton_box_type = - g_type_register_static (GTK_TYPE_BUTTON_BOX, "GtkHButtonBox", + g_type_register_static (GTK_TYPE_BUTTON_BOX, g_intern_static_string ("GtkHButtonBox"), &hbutton_box_info, 0); } |