Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r56246f10e7876b30f36a5b9709ec2e3332b4010a -r0b1d32f7e945fcf7ba1f9fdaeebb61765af3f7b0 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 56246f10e7876b30f36a5b9709ec2e3332b4010a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 0b1d32f7e945fcf7ba1f9fdaeebb61765af3f7b0) @@ -712,14 +712,14 @@ yield return new TreeNodeInfo { Text = designWaterLevel => RingtoetsFormsResources.DesignWaterLevelLocationsContext_DisplayName, - Image = designWaterLevel => RingtoetsCommonFormsResources.GenericInputOutputIcon, + Image = designWaterLevel => RingtoetsCommonFormsResources.GeneralFolderIcon, ContextMenuStrip = DesignWaterLevelLocationsContextMenuStrip }; yield return new TreeNodeInfo { Text = waveHeight => RingtoetsFormsResources.WaveHeightLocationsContext_DisplayName, - Image = waveHeight => RingtoetsCommonFormsResources.GenericInputOutputIcon, + Image = waveHeight => RingtoetsCommonFormsResources.GeneralFolderIcon, ContextMenuStrip = WaveHeightLocationsContextMenuStrip };