summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r--pango/pango-tabs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c
index 5728733b..50073494 100644
--- a/pango/pango-tabs.c
+++ b/pango/pango-tabs.c
@@ -20,6 +20,7 @@
*/
#include "pango-tabs.h"
+#include "pango-utils.h"
#include <string.h>
typedef struct _PangoTab PangoTab;
@@ -158,7 +159,7 @@ pango_tab_array_get_type (void)
static GType our_type = 0;
if (our_type == 0)
- our_type = g_boxed_type_register_static ("PangoTabArray",
+ our_type = g_boxed_type_register_static (I_("PangoTabArray"),
(GBoxedCopyFunc)pango_tab_array_copy,
(GBoxedFreeFunc)pango_tab_array_free);
return our_type;