diff --git a/Contributing.md b/Contributing.md index 4b88bfcbc..ff7e0ae41 100644 --- a/Contributing.md +++ b/Contributing.md @@ -146,7 +146,8 @@ public sealed class ElementDescriptor : Descriptor, IDescriptorConnector { if (_element is ElementType) return; - contextMenu.AddMenuItem("Show element") + contextMenu.AddMenuItem() + .SetHeader("Show element") .SetCommand(_element, element => { Application.ActionEventHandler.Raise(_ =>