Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs =================================================================== diff -u -r66ee69642e1342ee03613d7d73831346f00d269c -r091761507d94a388b18fefebd38a5d106b9b89c4 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision 66ee69642e1342ee03613d7d73831346f00d269c) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision 091761507d94a388b18fefebd38a5d106b9b89c4) @@ -166,9 +166,9 @@ yield return new ViewInfo, IComment, CommentView> { - GetViewName = (v, o) => RingtoetsCommonDataResources.AssessmentSectionComment_DisplayName, + GetViewName = (v, o) => Resources.Comment_DisplayName, GetViewData = context => context.CommentContainer, - Image = RingtoetsCommonFormsResources.GenericInputOutputIcon, + Image = RingtoetsCommonFormsResources.EditDocumentIcon, CloseForData = CloseCommentViewForData, AfterCreate = (view, context) => view.AssessmentSection = context.AssessmentSection }; @@ -285,8 +285,8 @@ yield return new TreeNodeInfo> { - Text = comment => RingtoetsCommonDataResources.AssessmentSectionComment_DisplayName, - Image = context => RingtoetsCommonFormsResources.GenericInputOutputIcon, + Text = comment => Resources.Comment_DisplayName, + Image = context => RingtoetsCommonFormsResources.EditDocumentIcon, ContextMenuStrip = (nodeData, parentData, treeViewControl) => Gui.Get(nodeData, treeViewControl) .AddOpenItem() .Build()