summaryrefslogtreecommitdiff
path: root/plugins/NewStory
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory')
-rw-r--r--plugins/NewStory/src/history_menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_menus.cpp b/plugins/NewStory/src/history_menus.cpp
index 16600a7999..747f8e4f8e 100644
--- a/plugins/NewStory/src/history_menus.cpp
+++ b/plugins/NewStory/src/history_menus.cpp
@@ -78,7 +78,7 @@ HMENU NSMenu_Build(NewstoryListData *data, ItemData *item)
}
Menu_ShowItem(hmiEdit, bShowEventActions && bEditable);
- Menu_ShowItem(hmiDelete, bShowEventActions && bEditable);
+ Menu_ShowItem(hmiDelete, bShowEventActions);
Menu_ShowItem(hmiBookmark, bShowEventActions);
HMENU hMenu = CreatePopupMenu();