diff options
Diffstat (limited to 'gtk/gtkhbbox.c')
-rw-r--r-- | gtk/gtkhbbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c index 9469f6c374..3dda89c16f 100644 --- a/gtk/gtkhbbox.c +++ b/gtk/gtkhbbox.c @@ -26,6 +26,7 @@ #include <config.h> #include "gtkhbbox.h" +#include "gtkintl.h" #include "gtkalias.h" @@ -60,7 +61,7 @@ gtk_hbutton_box_get_type (void) }; hbutton_box_type = - g_type_register_static (GTK_TYPE_BUTTON_BOX, g_intern_static_string ("GtkHButtonBox"), + g_type_register_static (GTK_TYPE_BUTTON_BOX, I_("GtkHButtonBox"), &hbutton_box_info, 0); } |