summaryrefslogtreecommitdiff
path: root/pango/glyphstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r--pango/glyphstring.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c
index 4c10f56e..848f5233 100644
--- a/pango/glyphstring.c
+++ b/pango/glyphstring.c
@@ -22,6 +22,7 @@
#include <glib.h>
#include <pango/pango-glyph.h>
#include <pango/pango-font.h>
+#include <pango/pango-utils.h>
/**
* pango_glyph_string_new:
@@ -77,7 +78,7 @@ pango_glyph_string_get_type (void)
static GType our_type = 0;
if (our_type == 0)
- our_type = g_boxed_type_register_static ("PangoGlyphString",
+ our_type = g_boxed_type_register_static (I_("PangoGlyphString"),
(GBoxedCopyFunc)pango_glyph_string_copy,
(GBoxedFreeFunc)pango_glyph_string_free);