Index: Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -re96706d46bfd53d20b4010cc85444f5bee48a265 -r0b1c74c083efdc5f10c714cd6431c7896d9edf36
--- Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e96706d46bfd53d20b4010cc85444f5bee48a265)
+++ Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 0b1c74c083efdc5f10c714cd6431c7896d9edf36)
@@ -225,15 +225,6 @@
}
///
- /// Looks up a localized string similar to stapgrootte.
- ///
- public static string CalculationConfigurationImporter_StepSize_DisplayName {
- get {
- return ResourceManager.GetString("CalculationConfigurationImporter_StepSize_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Er is geen kunstwerk opgegeven om {0} aan toe te voegen..
///
public static string CalculationConfigurationImporter_TryParameter_No_Structure_to_assign_Parameter_0_ {
Index: Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.resx
===================================================================
diff -u -re96706d46bfd53d20b4010cc85444f5bee48a265 -r0b1c74c083efdc5f10c714cd6431c7896d9edf36
--- Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision e96706d46bfd53d20b4010cc85444f5bee48a265)
+++ Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision 0b1c74c083efdc5f10c714cd6431c7896d9edf36)
@@ -894,7 +894,4 @@
zip archief
-
- stapgrootte
-
\ No newline at end of file
Index: Riskeer/Revetment/src/Riskeer.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationImporter.cs
===================================================================
diff -u -re96706d46bfd53d20b4010cc85444f5bee48a265 -r0b1c74c083efdc5f10c714cd6431c7896d9edf36
--- Riskeer/Revetment/src/Riskeer.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationImporter.cs (.../WaveConditionsCalculationConfigurationImporter.cs) (revision e96706d46bfd53d20b4010cc85444f5bee48a265)
+++ Riskeer/Revetment/src/Riskeer.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationImporter.cs (.../WaveConditionsCalculationConfigurationImporter.cs) (revision 0b1c74c083efdc5f10c714cd6431c7896d9edf36)
@@ -327,7 +327,7 @@
Log.LogOutOfRangeException(string.Format(
RiskeerCommonIOResources.TryReadParameter_Value_0_ParameterName_1_is_invalid,
stepSize,
- RiskeerCommonIOResources.CalculationConfigurationImporter_StepSize_DisplayName),
+ Resources.CalculationConfigurationImporter_StepSize_DisplayName),
calculation.Name, e);
return false;
}
Index: Riskeer/Revetment/src/Riskeer.Revetment.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -r7b1c3e5801b9fb972fef740d959cb5bbcbc55fb5 -r0b1c74c083efdc5f10c714cd6431c7896d9edf36
--- Riskeer/Revetment/src/Riskeer.Revetment.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7b1c3e5801b9fb972fef740d959cb5bbcbc55fb5)
+++ Riskeer/Revetment/src/Riskeer.Revetment.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 0b1c74c083efdc5f10c714cd6431c7896d9edf36)
@@ -154,8 +154,7 @@
///(at your option) any later version.
///
///This program is distributed in the hope that it will be useful,
- ///but WITHOUT ANY WARRANTY; without even the implied warranty of
- /// [rest of string was truncated]";.
+ ///but WITHOUT ANY WARRANTY; without e [rest of string was truncated]";.
///
public static string BekledingenConfiguratieBasisSchema0To1 {
get {
@@ -176,8 +175,7 @@
///(at your option) any later version.
///
///This program is distributed in the hope that it will be useful,
- ///but WITHOUT ANY WARRANTY; without even the implied warranty of
- /// [rest of string was truncated]";.
+ ///but WITHOUT ANY WARRANTY; without e [rest of string was truncated]";.
///
public static string BekledingenConfiguratieBasisSchema1To2 {
get {
@@ -238,8 +236,7 @@
///(at your option) any later version.
///
///This program is distributed in the hope that it will be useful,
- ///but WITHOUT ANY WARRANTY; without even the implied warranty of
- ///ME [rest of string was truncated]";.
+ ///but WITHOUT ANY WARRANTY; without eve [rest of string was truncated]";.
///
public static string BekledingenConfiguratieSchema_0 {
get {
@@ -259,8 +256,7 @@
///(at your option) any later version.
///
///This program is distributed in the hope that it will be useful,
- ///but WITHOUT ANY WARRANTY; without even the implied warranty of
- ///ME [rest of string was truncated]";.
+ ///but WITHOUT ANY WARRANTY; without eve [rest of string was truncated]";.
///
public static string BekledingenConfiguratieSchema_1 {
get {
@@ -269,6 +265,15 @@
}
///
+ /// Looks up a localized string similar to stapgrootte.
+ ///
+ public static string CalculationConfigurationImporter_StepSize_DisplayName {
+ get {
+ return ResourceManager.GetString("CalculationConfigurationImporter_StepSize_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Asfalt.
///
public static string CoverType_Asphalt {
Index: Riskeer/Revetment/src/Riskeer.Revetment.IO/Properties/Resources.resx
===================================================================
diff -u -r7b1c3e5801b9fb972fef740d959cb5bbcbc55fb5 -r0b1c74c083efdc5f10c714cd6431c7896d9edf36
--- Riskeer/Revetment/src/Riskeer.Revetment.IO/Properties/Resources.resx (.../Resources.resx) (revision 7b1c3e5801b9fb972fef740d959cb5bbcbc55fb5)
+++ Riskeer/Revetment/src/Riskeer.Revetment.IO/Properties/Resources.resx (.../Resources.resx) (revision 0b1c74c083efdc5f10c714cd6431c7896d9edf36)
@@ -197,4 +197,7 @@
..\Resources\BekledingenConfiguratieBasisSchema2To3.xslt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
+
+ stapgrootte
+
\ No newline at end of file