summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r--plugins/NewStory/res/resource.rc15
1 files changed, 2 insertions, 13 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc
index 4172d75491..8d0d0adabf 100644
--- a/plugins/NewStory/res/resource.rc
+++ b/plugins/NewStory/res/resource.rc
@@ -385,25 +385,14 @@ BEGIN
POPUP ""
BEGIN
MENUITEM "Copy", ID_CONTEXT_COPY
+ MENUITEM SEPARATOR
+ MENUITEM "Edit", ID_CONTEXT_EDIT
MENUITEM "Delete", ID_CONTEXT_DELETE, GRAYED
MENUITEM SEPARATOR
MENUITEM "Select all", ID_CONTEXT_SELECTALL
END
END
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Accelerator
-//
-
-IDR_ACCEL ACCELERATORS
-BEGIN
- "C", IDA_COPY, VIRTKEY, CONTROL, NOINVERT
- "F", IDA_SEARCH, VIRTKEY, CONTROL, NOINVERT
-END
-
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//