Do not use mnemonics underline in bookmarks labels

master
Yevgen Muntyan 2007-08-28 06:35:37 -05:00
parent 9789a6a387
commit 6c99d4f9a0
1 changed files with 1 additions and 1 deletions

View File

@ -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