Do not use mnemonics underline in bookmarks labels
parent
9789a6a387
commit
6c99d4f9a0
|
@ -1465,7 +1465,7 @@ create_bookmark_item (MooEditWindow *window,
|
|||
|
||||
if (action)
|
||||
{
|
||||
g_object_set (action, "label", label, NULL);
|
||||
g_object_set (action, "label", label, "use-underline", FALSE, NULL);
|
||||
item = gtk_action_create_menu_item (action);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue