diff options
Diffstat (limited to 'gtk/gtkhseparator.c')
-rw-r--r-- | gtk/gtkhseparator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhseparator.c b/gtk/gtkhseparator.c index 12e9b51064..18c9c37b57 100644 --- a/gtk/gtkhseparator.c +++ b/gtk/gtkhseparator.c @@ -56,7 +56,7 @@ gtk_hseparator_get_type (void) }; hseparator_type = - g_type_register_static (GTK_TYPE_SEPARATOR, "GtkHSeparator", + g_type_register_static (GTK_TYPE_SEPARATOR, g_intern_static_string ("GtkHSeparator"), &hseparator_info, 0); } |