diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-04 16:11:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-04 16:11:14 +0300 |
commit | fa125faeee5c0021bb7f6ec9d182e7612561ff34 (patch) | |
tree | 3dc61080289702c1769749d854bbf6bde0eb9651 /plugins/NewStory/res | |
parent | 055bae23041ae6817c9595714b80a0e0fdd77867 (diff) |
first working version of popup menu
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 15 |
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 ///////////////////////////////////////////////////////////////////////////// // |