summaryrefslogtreecommitdiff
path: root/pango/opentype/pango-ot-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/pango-ot-info.c')
-rw-r--r--pango/opentype/pango-ot-info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/opentype/pango-ot-info.c b/pango/opentype/pango-ot-info.c
index 57ecd27e..87a2a4eb 100644
--- a/pango/opentype/pango-ot-info.c
+++ b/pango/opentype/pango-ot-info.c
@@ -20,6 +20,7 @@
*/
#include "pango-ot-private.h"
+#include "../pango-utils.h"
#include "ftglue.h"
#include FT_MODULE_H
@@ -57,7 +58,7 @@ pango_ot_info_get_type (void)
};
object_type = g_type_register_static (G_TYPE_OBJECT,
- "PangoOTInfo",
+ I_("PangoOTInfo"),
&object_info, 0);
}