Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/GrassCoverErosionInwardsPlugin.cs =================================================================== diff -u -rde7c230ae08429e50670a647de0c186365b44cf0 -rb9e43aea4930939634e4f833e35c162c20b3bd2a --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/GrassCoverErosionInwardsPlugin.cs (.../GrassCoverErosionInwardsPlugin.cs) (revision de7c230ae08429e50670a647de0c186365b44cf0) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/GrassCoverErosionInwardsPlugin.cs (.../GrassCoverErosionInwardsPlugin.cs) (revision b9e43aea4930939634e4f833e35c162c20b3bd2a) @@ -321,7 +321,7 @@ .Build() }; - yield return new TreeNodeInfo + yield return new TreeNodeInfo { Text = output => RingtoetsCommonFormsResources.CalculationOutput_DisplayName, Image = output => Resources.OutputIcon, @@ -821,7 +821,7 @@ } else { - childNodes.Add(new EmptyProbabilityAssessmentOutput()); + childNodes.Add(new EmptyGrassCoverErosionInwardsOutput()); } return childNodes.ToArray();