summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-04 16:11:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-04 16:11:14 +0300
commitfa125faeee5c0021bb7f6ec9d182e7612561ff34 (patch)
tree3dc61080289702c1769749d854bbf6bde0eb9651 /plugins/NewStory/res
parent055bae23041ae6817c9595714b80a0e0fdd77867 (diff)
first working version of popup menu
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
/////////////////////////////////////////////////////////////////////////////
//