diff options
author | George Hazan <george.hazan@gmail.com> | 2023-05-30 13:24:55 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-05-30 13:24:55 +0300 |
commit | b84d7da2abb0632aa9214987102b783f63f8bc2e (patch) | |
tree | 280eadcd2cb4ffe0ffa37de5d0fbed24370f2404 /plugins/NewStory/res | |
parent | 6573793a5488ed95e9acd6673a9f1335727802d4 (diff) |
NewStory: context menu processing switched to GenMenu
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index cbae402065..069771bfb7 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -241,20 +241,6 @@ BEGIN END END -IDR_CONTEXTMENU MENU -BEGIN - POPUP "" - BEGIN - MENUITEM "Copy", ID_CONTEXT_COPY - MENUITEM SEPARATOR - MENUITEM "Edit", ID_CONTEXT_EDIT - MENUITEM "Delete", ID_CONTEXT_DELETE - MENUITEM SEPARATOR - MENUITEM "Select all", ID_CONTEXT_SELECTALL - END -END - - #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // |