Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryLocationProperties.cs =================================================================== diff -u -rbba9524cfdab4e69348fddab60efe718e7c1865b -rc43715cf3e6dce0c427b10c4852d5ae54e6d668d --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryLocationProperties.cs (.../HydraulicBoundaryLocationProperties.cs) (revision bba9524cfdab4e69348fddab60efe718e7c1865b) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryLocationProperties.cs (.../HydraulicBoundaryLocationProperties.cs) (revision c43715cf3e6dce0c427b10c4852d5ae54e6d668d) @@ -23,10 +23,9 @@ using Core.Common.Base.Geometry; using Core.Common.Gui.PropertyBag; using Core.Common.Utils.Attributes; -using Ringtoets.Common.Data.Properties; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Forms.PresentationObjects; - +using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.Integration.Forms.PropertyClasses { /// @@ -35,7 +34,7 @@ [TypeConverter(typeof(ExpandableObjectConverter))] public abstract class HydraulicBoundaryLocationProperties : ObjectProperties { - [ResourcesCategory(typeof(Resources), "Categories_General")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] [ResourcesDisplayName(typeof(Properties.Resources), "HydraulicBoundaryDatabase_Locations_Id_DisplayName")] [ResourcesDescription(typeof(Properties.Resources), "HydraulicBoundaryDatabase_Locations_Id_Description")] public virtual long Id @@ -46,7 +45,7 @@ } } - [ResourcesCategory(typeof(Resources), "Categories_General")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] [ResourcesDisplayName(typeof(Properties.Resources), "HydraulicBoundaryDatabase_Locations_Name_DisplayName")] [ResourcesDescription(typeof(Properties.Resources), "HydraulicBoundaryDatabase_Locations_Name_Description")] public virtual string Name @@ -57,7 +56,7 @@ } } - [ResourcesCategory(typeof(Resources), "Categories_General")] + [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] [ResourcesDisplayName(typeof(Properties.Resources), "HydraulicBoundaryDatabase_Locations_Coordinates_DisplayName")] [ResourcesDescription(typeof(Properties.Resources), "HydraulicBoundaryDatabase_Locations_Coordinates_Description")] public virtual Point2D Location