summaryrefslogtreecommitdiff
path: root/demos/font-features/font-features.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/font-features/font-features.c')
-rw-r--r--demos/font-features/font-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/font-features/font-features.c b/demos/font-features/font-features.c
index 26679fb4fb..4bf16666e0 100644
--- a/demos/font-features/font-features.c
+++ b/demos/font-features/font-features.c
@@ -63,7 +63,7 @@ update (void)
gtk_label_set_text (GTK_LABEL (settings), font_settings);
s = g_string_new ("");
- g_string_append_printf (s, "<span font_desc='%s' font_feature_settings='%s'>%s</span>", font_desc, font_settings, text);
+ g_string_append_printf (s, "<span font_desc='%s' font_features='%s'>%s</span>", font_desc, font_settings, text);
gtk_label_set_markup (GTK_LABEL (label), s->str);