Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/RingtoetsPipingSurfaceLineProperties.cs =================================================================== diff -u -r5800a09eb6e8df7b15aa734f06d36505329b157e -rcbf104c75fe0dda56a0eab7a5f7ff60c89d8c112 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/RingtoetsPipingSurfaceLineProperties.cs (.../RingtoetsPipingSurfaceLineProperties.cs) (revision 5800a09eb6e8df7b15aa734f06d36505329b157e) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/RingtoetsPipingSurfaceLineProperties.cs (.../RingtoetsPipingSurfaceLineProperties.cs) (revision cbf104c75fe0dda56a0eab7a5f7ff60c89d8c112) @@ -27,7 +27,7 @@ using Ringtoets.MacroStabilityInwards.Forms.Properties; using Ringtoets.MacroStabilityInwards.Primitives; using TypeConverter = System.ComponentModel.TypeConverterAttribute; -using PipingDataResources = Ringtoets.Piping.Data.Properties.Resources; +using MacroStabilityInwardsDataResources = Ringtoets.MacroStabilityInwards.Data.Properties.Resources; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.MacroStabilityInwards.Forms.PropertyClasses @@ -50,7 +50,7 @@ } [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Characteristic_points))] - [ResourcesDisplayName(typeof(PipingDataResources), nameof(PipingDataResources.CharacteristicPoint_DikeToeAtRiver))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.CharacteristicPoint_DikeToeAtRiver))] [ResourcesDescription(typeof(Resources), nameof(Resources.RingtoetsPipingSurfaceLine_DikeToeAtRiver_Description))] public Point3D DikeToeAtRiver { @@ -61,7 +61,7 @@ } [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Characteristic_points))] - [ResourcesDisplayName(typeof(PipingDataResources), nameof(PipingDataResources.CharacteristicPoint_DikeToeAtPolder))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.CharacteristicPoint_DikeToeAtPolder))] [ResourcesDescription(typeof(Resources), nameof(Resources.RingtoetsPipingSurfaceLine_DikeToeAtPolder_Description))] public Point3D DikeToeAtPolder { @@ -72,7 +72,7 @@ } [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Characteristic_points))] - [ResourcesDisplayName(typeof(PipingDataResources), nameof(PipingDataResources.CharacteristicPoint_DitchDikeSide))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.CharacteristicPoint_DitchDikeSide))] [ResourcesDescription(typeof(Resources), nameof(Resources.RingtoetsPipingSurfaceLine_DitchDikeSide_Description))] public Point3D DitchDikeSide { @@ -83,7 +83,7 @@ } [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Characteristic_points))] - [ResourcesDisplayName(typeof(PipingDataResources), nameof(PipingDataResources.CharacteristicPoint_BottomDitchDikeSide))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.CharacteristicPoint_BottomDitchDikeSide))] [ResourcesDescription(typeof(Resources), nameof(Resources.RingtoetsPipingSurfaceLine_BottomDitchDikeSide_Description))] public Point3D BottomDitchDikeSide { @@ -94,7 +94,7 @@ } [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Characteristic_points))] - [ResourcesDisplayName(typeof(PipingDataResources), nameof(PipingDataResources.CharacteristicPoint_BottomDitchPolderSide))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.CharacteristicPoint_BottomDitchPolderSide))] [ResourcesDescription(typeof(Resources), nameof(Resources.RingtoetsPipingSurfaceLine_BottomDitchPolderSide_Description))] public Point3D BottomDitchPolderSide { @@ -105,7 +105,7 @@ } [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Characteristic_points))] - [ResourcesDisplayName(typeof(PipingDataResources), nameof(PipingDataResources.CharacteristicPoint_DitchPolderSide))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.CharacteristicPoint_DitchPolderSide))] [ResourcesDescription(typeof(Resources), nameof(Resources.RingtoetsPipingSurfaceLine_DitchPolderSide_Description))] public Point3D DitchPolderSide {