]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktoolbutton.c
Intern some more strings.
[~andy/gtk] / gtk / gtktoolbutton.c
index 4fb6c1d4247289843d9ac8ddfc5b7ec2f65db0aa..8d53c83ba56b9141f1bfc428c80aa3dbd366469f 100644 (file)
@@ -116,7 +116,7 @@ gtk_tool_button_get_type (void)
        };
 
       type = g_type_register_static (GTK_TYPE_TOOL_ITEM,
-                                    g_intern_static_string ("GtkToolButton"),
+                                    I_("GtkToolButton"),
                                     &type_info, 0);
     }
   return type;
@@ -242,7 +242,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
  * or activated with the keyboard.
  **/
   toolbutton_signals[CLICKED] =
-    g_signal_new ("clicked",
+    g_signal_new (I_("clicked"),
                  G_OBJECT_CLASS_TYPE (klass),
                  G_SIGNAL_RUN_FIRST,
                  G_STRUCT_OFFSET (GtkToolButtonClass, clicked),