Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructureCollectionProperties.cs =================================================================== diff -u -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 -r8a0bbfc0ffff4c6fb516393ac9293d5faf870f2b --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructureCollectionProperties.cs (.../StructureCollectionProperties.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructureCollectionProperties.cs (.../StructureCollectionProperties.cs) (revision 8a0bbfc0ffff4c6fb516393ac9293d5faf870f2b) @@ -23,7 +23,7 @@ using Core.Common.Gui.PropertyBag; using Core.Common.Utils.Attributes; using Ringtoets.Common.Data; -using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; +using Ringtoets.Common.Forms.Properties; namespace Ringtoets.Common.Forms.PropertyClasses { @@ -48,9 +48,9 @@ data = collection; } - [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_General))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.ObservableCollectionWithSourcePath_SourcePath_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.StructureCollection_SourcePath_Description))] + [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_General))] + [ResourcesDisplayName(typeof(Resources), nameof(Resources.ObservableCollectionWithSourcePath_SourcePath_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.StructureCollection_SourcePath_Description))] public string SourcePath { get