Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Plugin/GrassCoverErosionOutwardsPlugin.cs =================================================================== diff -u -r7fb7b486bcbdd216ef834eaed0c89a1362e119e2 -r3c283d1bc64a0dcc92291152963be2a9e6b8108f --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Plugin/GrassCoverErosionOutwardsPlugin.cs (.../GrassCoverErosionOutwardsPlugin.cs) (revision 7fb7b486bcbdd216ef834eaed0c89a1362e119e2) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Plugin/GrassCoverErosionOutwardsPlugin.cs (.../GrassCoverErosionOutwardsPlugin.cs) (revision 3c283d1bc64a0dcc92291152963be2a9e6b8108f) @@ -250,7 +250,7 @@ filePath, Resources.DesignWaterLevel_Description, Resources.WaveHeight_Description), IsEnabled = context => context.WrappedData.Count > 0, FileFilterGenerator = new FileFilterGenerator(RingtoetsCommonIoResources.Shape_file_filter_Extension, - RingtoetsCommonIoResources.Shape_file_filter_Description) + RingtoetsCommonIoResources.Shape_file_filter_Description) }; yield return new ExportInfo @@ -265,7 +265,7 @@ }, IsEnabled = context => context.FailureMechanism.WaveConditionsCalculationGroup.GetCalculations().Any(c => c.HasOutput), FileFilterGenerator = new FileFilterGenerator(RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Extension, - RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) + RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) }; yield return new ExportInfo @@ -277,7 +277,7 @@ }, IsEnabled = context => context.WrappedData.GetCalculations().Any(c => c.HasOutput), FileFilterGenerator = new FileFilterGenerator(RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Extension, - RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) + RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) }; yield return new ExportInfo @@ -288,7 +288,7 @@ }, filePath), IsEnabled = context => context.WrappedData.HasOutput, FileFilterGenerator = new FileFilterGenerator(RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Extension, - RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) + RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) }; }