diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 612a55fd2..1c4178f18 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -348,6 +348,10 @@ static const GtkActionEntry ephy_popups_entries [] = { NULL, G_CALLBACK (popup_cmd_set_image_as_background) }, { "CopyImageLocation", NULL, N_("Copy I_mage Address"), NULL, NULL, G_CALLBACK (popup_cmd_copy_image_location) }, + { "StartImageAnimation", NULL, N_("St_art Animation"), NULL, + NULL, NULL }, + { "StopImageAnimation", NULL, N_("St_op Animation"), NULL, + NULL, NULL }, }; static const struct |