summaryrefslogtreecommitdiff
path: root/amiga/menu.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-07-27 14:13:03 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-07-27 14:13:03 +0100
commitff78c7cf2ee35d48786ae7b10a354315fe6476b7 (patch)
tree82e71061772076340e592dd3978681effeb2024e /amiga/menu.c
parentb770130a8befc69994c63aa25d884f29658ec4c5 (diff)
downloadnetsurf-ff78c7cf2ee35d48786ae7b10a354315fe6476b7.tar.gz
netsurf-ff78c7cf2ee35d48786ae7b10a354315fe6476b7.tar.bz2
Missed an ellipsis removal. Split this one out as RISC OS uses it.
Diffstat (limited to 'amiga/menu.c')
-rw-r--r--amiga/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index ef1338cc8..1a4fdce97 100644
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -235,7 +235,7 @@ void ami_init_menulabs(struct gui_window_2 *gwin)
ami_menu_alloc_item(gwin, M_HISTGLBL, NM_ITEM, "HistGlobalNS", 0, NULL,
ami_menu_item_browser_globalhistory, NULL);
ami_menu_alloc_item(gwin, M_BAR_B2, NM_ITEM, NM_BARLABEL, 0, NULL, NULL, NULL);
- ami_menu_alloc_item(gwin, M_COOKIES, NM_ITEM, "ShowCookies", 0, NULL,
+ ami_menu_alloc_item(gwin, M_COOKIES, NM_ITEM, "ShowCookiesNS", 0, NULL,
ami_menu_item_browser_cookies, NULL);
ami_menu_alloc_item(gwin, M_BAR_B3, NM_ITEM, NM_BARLABEL, 0, NULL, NULL, NULL);
ami_menu_alloc_item(gwin, M_SCALE, NM_ITEM, "ScaleNS", 0, NULL, NULL, NULL);