diff --git a/src/pango-ot-info.c b/src/pango-ot-info.c index 57ecd27e9..87a2a4ebb 100644 --- a/src/pango-ot-info.c +++ b/src/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); } diff --git a/src/pango-ot-ruleset.c b/src/pango-ot-ruleset.c index 231265821..b61a28e00 100644 --- a/src/pango-ot-ruleset.c +++ b/src/pango-ot-ruleset.c @@ -21,6 +21,7 @@ #include #include "pango-ot-private.h" +#include "../pango-utils.h" typedef struct _PangoOTRule PangoOTRule; @@ -59,7 +60,7 @@ pango_ot_ruleset_get_type (void) }; object_type = g_type_register_static (G_TYPE_OBJECT, - "PangoOTRuleset", + I_("PangoOTRuleset"), &object_info, 0); }