summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkshortcuttrigger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkshortcuttrigger.c b/gtk/gtkshortcuttrigger.c
index 470a8cecc2..064dae4d3f 100644
--- a/gtk/gtkshortcuttrigger.c
+++ b/gtk/gtkshortcuttrigger.c
@@ -714,6 +714,7 @@ gtk_mnemonic_trigger_print (GtkShortcutTrigger *trigger,
if (keyval_str == NULL)
keyval_str = "???";
+ g_string_append (string, "<Mnemonic>");
g_string_append (string, keyval_str);
}