Index: Ringtoets/Common/src/Ringtoets.Common.Forms/ExportInfos/RingtoetsExportInfoFactory.cs
===================================================================
diff -u -ra1b54ba50e7e920dcb7d40b9237ab596a03fd7c9 -refe27abe1b815a414878320d663d811d10475a12
--- Ringtoets/Common/src/Ringtoets.Common.Forms/ExportInfos/RingtoetsExportInfoFactory.cs (.../RingtoetsExportInfoFactory.cs) (revision a1b54ba50e7e920dcb7d40b9237ab596a03fd7c9)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/ExportInfos/RingtoetsExportInfoFactory.cs (.../RingtoetsExportInfoFactory.cs) (revision efe27abe1b815a414878320d663d811d10475a12)
@@ -38,9 +38,10 @@
{
///
/// Creates a object for a calculation group configuration
- /// of the type .
+ /// of the type .
///
- ///
+ /// The type of calculation group context
+ /// to create the for.
/// The function to create the relevant exporter.
/// The function to enable the exporter.
/// An object.
@@ -52,8 +53,6 @@
return new ExportInfo
{
Name = Resources.CalculationConfigurationExporter_DisplayName,
- Category = Resources.Ringtoets_Category,
- Image = CoreCommonGuiResources.ExportIcon,
FileFilterGenerator = new FileFilterGenerator(Resources.DataTypeDisplayName_xml_file_filter_Extension,
Resources.DataTypeDisplayName_xml_file_filter_Description),
IsEnabled = isEnabled,
@@ -76,8 +75,6 @@
return new ExportInfo
{
Name = Resources.CalculationConfigurationExporter_DisplayName,
- Category = Resources.Ringtoets_Category,
- Image = CoreCommonGuiResources.ExportIcon,
FileFilterGenerator = new FileFilterGenerator(Resources.DataTypeDisplayName_xml_file_filter_Extension,
Resources.DataTypeDisplayName_xml_file_filter_Description),
CreateFileExporter = createFileExporter,