Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Importer/CsvImporter.cs =================================================================== diff -u -r3186 -r3197 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Importer/CsvImporter.cs (.../CsvImporter.cs) (revision 3186) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Importer/CsvImporter.cs (.../CsvImporter.cs) (revision 3197) @@ -43,7 +43,7 @@ { locations = new List(); errors = new List(); - const string importFile = "locations.csv"; + const string importFile = "slopelayers.csv"; string fullFilePath = Path.Combine(inputFolderName, importFile); try {