projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5782871
)
linkbutton: Use proper action name for right-click menu
author
Timm Bäder
<mail@baedert.org>
Sun, 25 Aug 2019 12:22:46 +0000
(14:22 +0200)
committer
Timm Bäder
<mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000
(17:36 +0200)
gtk/gtklinkbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtklinkbutton.c
b/gtk/gtklinkbutton.c
index d6502e97f516579e4334ca997cd26086f8c5ec3e..e69b98d92ee86876e08a9e8343ee3b1567f3b574 100644
(file)
--- a/
gtk/gtklinkbutton.c
+++ b/
gtk/gtklinkbutton.c
@@
-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"), "c
ontext.copy-clipboard
");
+ g_menu_append (section, _("_Copy URL"), "c
lipboard.copy
");
g_menu_append_section (menu, NULL, G_MENU_MODEL (section));
g_object_unref (section);