summaryrefslogtreecommitdiff
path: root/gtk/gtkhbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkhbox.c')
-rw-r--r--gtk/gtkhbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkhbox.c b/gtk/gtkhbox.c
index 3095f95d8c..4c610bee2a 100644
--- a/gtk/gtkhbox.c
+++ b/gtk/gtkhbox.c
@@ -26,6 +26,7 @@
#include <config.h>
#include "gtkhbox.h"
+#include "gtkintl.h"
#include "gtkalias.h"
@@ -57,7 +58,7 @@ gtk_hbox_get_type (void)
(GInstanceInitFunc) gtk_hbox_init,
};
- hbox_type = g_type_register_static (GTK_TYPE_BOX, g_intern_static_string ("GtkHBox"),
+ hbox_type = g_type_register_static (GTK_TYPE_BOX, I_("GtkHBox"),
&hbox_info, 0);
}