diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 5e70e1f4..16bb9ee6 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4857,9 +4857,6 @@ static const GtkActionEntry entries[] = { "Copy", GTK_STOCK_COPY, NULL, "c", N_("Copy the selected text"), G_CALLBACK (_action_copy_activate) }, - { "Copy_", GTK_STOCK_COPY, - NULL, "c", - N_("Copy the selected text"), G_CALLBACK (_action_copy_activate) }, { "Paste", GTK_STOCK_PASTE, NULL, "v", N_("Paste text from the clipboard"), G_CALLBACK (_action_paste_activate) },