summaryrefslogtreecommitdiff
path: root/amiga/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/menu.c')
-rwxr-xr-xamiga/menu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index e04add09c..8e0f99252 100755
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -323,6 +323,9 @@ void ami_menu_arexx_scan(struct NewMenu *menu)
for(ead = (struct ExAllData *)buffer; ead; ead = ead->ed_Next)
{
if(item >= AMI_MENU_AREXX_MAX) continue;
+ if(!strcasecmp(ead->ed_Name, option_arexx_startup)) continue;
+ if(!strcasecmp(ead->ed_Name, option_arexx_shutdown)) continue;
+
if(EAD_IS_FILE(ead))
{
menu[item].nm_Type = NM_ITEM;