summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-10-17 21:17:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-10-17 21:17:13 +0300
commit6417935db337da37eb829d35487dbfda49ed1092 (patch)
tree20bd43c0b29cbf69607ac1b49472f2aade02b499 /plugins/NewStory/res/resource.rc
parent1aea5e768a5616d30a9568a57cc190cd96d2529c (diff)
NewStory:
- fixes #2416 (NewStory: add ability to delete only selected messages) - fixes #2423 (NewStory: если выделено одно сообщение, а щёлкнуть ПКМ по другому, то копирование и редактирование ведут себя по-разному); - fixes #2452 (NewStory: add multiple messages selection ability without keyboard)
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r--plugins/NewStory/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc
index ae57e7909c..cbae402065 100644
--- a/plugins/NewStory/res/resource.rc
+++ b/plugins/NewStory/res/resource.rc
@@ -248,7 +248,7 @@ BEGIN
MENUITEM "Copy", ID_CONTEXT_COPY
MENUITEM SEPARATOR
MENUITEM "Edit", ID_CONTEXT_EDIT
- MENUITEM "Delete", ID_CONTEXT_DELETE, GRAYED
+ MENUITEM "Delete", ID_CONTEXT_DELETE
MENUITEM SEPARATOR
MENUITEM "Select all", ID_CONTEXT_SELECTALL
END