summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fontmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r--pango/pangocairo-fontmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c
index 501592d5..d3232222 100644
--- a/pango/pangocairo-fontmap.c
+++ b/pango/pangocairo-fontmap.c
@@ -23,6 +23,7 @@
#include "pangocairo.h"
#include "pangocairo-private.h"
+#include "pango-utils.h"
#if defined (HAVE_CAIRO_ATSUI)
# include "pangocairo-atsui.h"
@@ -54,7 +55,7 @@ pango_cairo_font_map_get_type (void)
};
cairo_font_map_type =
- g_type_register_static (G_TYPE_INTERFACE, "PangoCairoFontMap",
+ g_type_register_static (G_TYPE_INTERFACE, I_("PangoCairoFontMap"),
&cairo_font_map_info, 0);
g_type_interface_add_prerequisite (cairo_font_map_type, PANGO_TYPE_FONT_MAP);