linkbutton: Use proper action name for right-click menu
authorTimm Bäder <mail@baedert.org>
Sun, 25 Aug 2019 12:22:46 +0000 (14:22 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000 (17:36 +0200)
gtk/gtklinkbutton.c

index d6502e97f516579e4334ca997cd26086f8c5ec3e..e69b98d92ee86876e08a9e8343ee3b1567f3b574 100644 (file)
@@ -244,7 +244,7 @@ gtk_link_button_get_menu_model (void)
   menu = g_menu_new ();
 
   section = g_menu_new ();
-  g_menu_append (section, _("_Copy URL"), "context.copy-clipboard");
+  g_menu_append (section, _("_Copy URL"), "clipboard.copy");
   g_menu_append_section (menu, NULL, G_MENU_MODEL (section));
   g_object_unref (section);