Skip to content
Snippets Groups Projects
Commit 9222d3b4 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

fix separators

parent 36240c7d
Branches
Tags
No related merge requests found
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
<menuContribution <menuContribution
locationURI="popup:fr.systerel.explorer.navigator.view"> locationURI="popup:fr.systerel.explorer.navigator.view">
<separator <separator
name="de.prob.units.separator2"> name="de.prob.units.separator2"
visible="true">
</separator> </separator>
<command <command
commandId="de.prob.units.startunitanalysis" commandId="de.prob.units.startunitanalysis"
...@@ -72,7 +73,8 @@ ...@@ -72,7 +73,8 @@
</visibleWhen> </visibleWhen>
</command> </command>
<separator <separator
name="de.prob.units.separator1"> name="de.prob.units.separator1"
visible="true">
</separator> </separator>
</menuContribution> </menuContribution>
</extension> </extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment