Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@xamarin.com>2016-04-13 10:34:31 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-04-13 10:34:31 +0300
commit7b69c7317876085bc92baffbff7dd0657a5329e4 (patch)
tree16c4992d1bb6bed0ef65e1988fb5e35a7bee3078 /main/src/addins/MacPlatform/MacPlatform.csproj
parent0e2eb055a2f029579820b3cf29715535b3196fe7 (diff)
[Ide] Add menu section headers
Section headers in menus are implemented using separators with labels. A disabled header menu item will be added right after a separator, if the separator item has a label and the feature is supported by the platform (only Mac for now).
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index 16e2a71803..d8eb27bc3b 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -122,6 +122,7 @@
<Compile Include="Dialogs\MacExceptionDialogHandler.cs" />
<Compile Include="MacMenu\MDLinkMenuItem.cs" />
<Compile Include="MacMenu\MDMenu.cs" />
+ <Compile Include="MacMenu\MDMenuHeaderItem.cs" />
<Compile Include="MacMenu\MDMenuItem.cs" />
<Compile Include="MacMenu\MDServicesMenuItem.cs" />
<Compile Include="MacMenu\MDSubMenuItem.cs" />