summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-color.c')
-rw-r--r--pango/pango-color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index 3c0c8a1a..6628225b 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -24,6 +24,7 @@
#include <string.h>
#include "pango-attributes.h"
+#include "pango-utils.h"
GType
pango_color_get_type (void)
@@ -31,7 +32,7 @@ pango_color_get_type (void)
static GType our_type = 0;
if (our_type == 0)
- our_type = g_boxed_type_register_static ("PangoColor",
+ our_type = g_boxed_type_register_static (I_("PangoColor"),
(GBoxedCopyFunc) pango_color_copy,
(GBoxedFreeFunc) pango_color_free);