diff options
Diffstat (limited to 'gtk/gtkvseparator.c')
-rw-r--r-- | gtk/gtkvseparator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvseparator.c b/gtk/gtkvseparator.c index 15798991d7..1b90e86e9f 100644 --- a/gtk/gtkvseparator.c +++ b/gtk/gtkvseparator.c @@ -56,7 +56,7 @@ gtk_vseparator_get_type (void) }; vseparator_type = - g_type_register_static (GTK_TYPE_SEPARATOR, "GtkVSeparator", + g_type_register_static (GTK_TYPE_SEPARATOR, g_intern_static_string ("GtkVSeparator"), &vseparator_info, 0); } |