Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/CalculationsState/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/CalculationsState/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/CalculationsState/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -253,7 +253,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -299,7 +299,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -470,7 +470,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexNestedGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r2ce40d38e1bd7cdfcd0ffd596ffe044e06efa538 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2ce40d38e1bd7cdfcd0ffd596ffe044e06efa538) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -1076,7 +1076,7 @@ } /// - /// Looks up a localized string similar to Wis alle illustratiepunten.... + /// Looks up a localized string similar to Wis alle &illustratiepunten.... /// public static string CreateClearIllustrationPointsOfCalculationsItem_ClearIllustrationPoints_DisplayName { get { Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx =================================================================== diff -u -r2ce40d38e1bd7cdfcd0ffd596ffe044e06efa538 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 2ce40d38e1bd7cdfcd0ffd596ffe044e06efa538) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -1387,7 +1387,7 @@ - Wis alle illustratiepunten... + Wis alle &illustratiepunten... Wis alle berekende illustratiepunten. Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuBuilderTest.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuBuilderTest.cs (.../RiskeerContextMenuBuilderTest.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuBuilderTest.cs (.../RiskeerContextMenuBuilderTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -944,7 +944,7 @@ .WhenCalled(arg => { var contextMenuItem = (StrictContextMenuItem) arg.Arguments[0]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual(expectedToolTipMessage, contextMenuItem.ToolTipText); Assert.AreEqual(isEnabled, contextMenuItem.Enabled); }); @@ -980,7 +980,7 @@ .WhenCalled(arg => { var contextMenuItem = (StrictContextMenuItem) arg.Arguments[0]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual(expectedToolTipMessage, contextMenuItem.ToolTipText); Assert.AreEqual(isEnabled, contextMenuItem.Enabled); }); @@ -1016,7 +1016,7 @@ .WhenCalled(arg => { var contextMenuItem = (StrictContextMenuItem) arg.Arguments[0]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual(expectedToolTipMessage, contextMenuItem.ToolTipText); Assert.AreEqual(isEnabled, contextMenuItem.Enabled); }); Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuItemFactoryTest.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuItemFactoryTest.cs (.../RiskeerContextMenuItemFactoryTest.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuItemFactoryTest.cs (.../RiskeerContextMenuItemFactoryTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -1723,7 +1723,7 @@ handler); // Assert - Assert.AreEqual("Wis alle illustratiepunten...", toolStripItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", toolStripItem.Text); TestHelper.AssertImagesAreEqual(RiskeerFormsResources.ClearIllustrationPointsIcon, toolStripItem.Image); mocks.VerifyAll(); } @@ -1815,7 +1815,7 @@ handler); // Assert - Assert.AreEqual("Wis alle illustratiepunten...", toolStripItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", toolStripItem.Text); TestHelper.AssertImagesAreEqual(RiskeerFormsResources.ClearIllustrationPointsIcon, toolStripItem.Image); mocks.VerifyAll(); } @@ -1907,7 +1907,7 @@ () => isEnabled, handler); // Assert - Assert.AreEqual("Wis alle illustratiepunten...", toolStripItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", toolStripItem.Text); TestHelper.AssertImagesAreEqual(RiskeerFormsResources.ClearIllustrationPointsIcon, toolStripItem.Image); mocks.VerifyAll(); } Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/CalculationsState/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/CalculationsState/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/CalculationsState/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -248,7 +248,7 @@ false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -291,7 +291,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -420,7 +420,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexNestedGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/CalculationsState/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/CalculationsState/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/CalculationsState/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -253,7 +253,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -300,7 +300,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -474,7 +474,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexNestedGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.Designer.cs =================================================================== diff -u -rd94d305cb45f808443283606444877e663f108c9 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d94d305cb45f808443283606444877e663f108c9) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -300,7 +300,7 @@ } /// - /// Looks up a localized string similar to HRD bestand toevoegen.... + /// Looks up a localized string similar to HRD bestand &toevoegen.... /// public static string ContextMenuStrip_Add_HydraulicBoundaryDatabase { get { Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.resx =================================================================== diff -u -rd94d305cb45f808443283606444877e663f108c9 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision d94d305cb45f808443283606444877e663f108c9) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -337,7 +337,7 @@ HLCD bestand - HRD bestand toevoegen... + HRD bestand &toevoegen... Voeg een nieuw HRD bestand toe aan deze map. Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabasesContextTreeNodeInfoTest.cs =================================================================== diff -u -rd94d305cb45f808443283606444877e663f108c9 -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabasesContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabasesContextTreeNodeInfoTest.cs) (revision d94d305cb45f808443283606444877e663f108c9) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabasesContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabasesContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -196,7 +196,7 @@ Assert.AreEqual(6, contextMenuStrip.Items.Count); TestHelper.AssertContextMenuStripContainsItem(contextMenuStrip, contextMenuImportHydraulicBoundaryDatabaseIndex, - "HRD bestand toevoegen...", + "HRD bestand &toevoegen...", "Voeg een nieuw HRD bestand toe aan deze map.", RiskeerCommonFormsResources.DatabaseIcon); } Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilitiesGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -251,7 +251,7 @@ RiskeerCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -335,7 +335,7 @@ // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuClearIllustrationPointsIndex]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual("Wis alle berekende illustratiepunten.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RiskeerCommonFormsResources.ClearIllustrationPointsIcon, contextMenuItem.Image); Assert.IsTrue(contextMenuItem.Enabled); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs =================================================================== diff -u -ra93faa53de757ad59d198c635f43a0b21776ac6e -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs) (revision a93faa53de757ad59d198c635f43a0b21776ac6e) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForNormTargetProbabilityContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -276,7 +276,7 @@ RiskeerCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -380,7 +380,7 @@ // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuClearIllustrationPointsIndex]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual("Wis alle berekende illustratiepunten.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RiskeerCommonFormsResources.ClearIllustrationPointsIcon, contextMenuItem.Image); Assert.IsTrue(contextMenuItem.Enabled); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -274,7 +274,7 @@ RiskeerCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -428,7 +428,7 @@ // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuClearIllustrationPointsIndex]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual("Wis alle berekende illustratiepunten.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RiskeerCommonFormsResources.ClearIllustrationPointsIcon, contextMenuItem.Image); Assert.IsTrue(contextMenuItem.Enabled); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -369,7 +369,7 @@ RiskeerCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -465,7 +465,7 @@ // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuClearIllustrationPointsIndex]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual("Wis alle berekende illustratiepunten.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RiskeerCommonFormsResources.ClearIllustrationPointsIcon, contextMenuItem.Image); Assert.IsTrue(contextMenuItem.Enabled); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -274,7 +274,7 @@ RiskeerCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -428,7 +428,7 @@ // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuClearIllustrationPointsIndex]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual("Wis alle berekende illustratiepunten.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RiskeerCommonFormsResources.ClearIllustrationPointsIcon, contextMenuItem.Image); Assert.IsTrue(contextMenuItem.Enabled); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsForUserDefinedTargetProbabilityContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -331,7 +331,7 @@ RiskeerCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -427,7 +427,7 @@ // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuClearIllustrationPointsIndex]; - Assert.AreEqual("Wis alle illustratiepunten...", contextMenuItem.Text); + Assert.AreEqual("Wis alle &illustratiepunten...", contextMenuItem.Text); Assert.AreEqual("Wis alle berekende illustratiepunten.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RiskeerCommonFormsResources.ClearIllustrationPointsIcon, contextMenuItem.Image); Assert.IsTrue(contextMenuItem.Enabled); Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/CalculationsState/PipingFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/CalculationsState/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/CalculationsState/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -313,7 +313,7 @@ TestHelper.AssertContextMenuStripContainsItem(menu, 6, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -321,7 +321,7 @@ "Wis de uitvoer van alle berekeningen binnen deze map met berekeningen.", RiskeerCommonFormsResources.ClearIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexNestedGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -455,7 +455,7 @@ "Wis de uitvoer van alle berekeningen binnen deze map met berekeningen.", RiskeerCommonFormsResources.ClearIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -886,7 +886,7 @@ // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -936,7 +936,7 @@ // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Wis alle berekende illustratiepunten binnen deze map met berekeningen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon); } @@ -984,7 +984,7 @@ // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -296,7 +296,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexRootGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); @@ -514,7 +514,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndexNestedGroup, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false); Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationsContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationsContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationsContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationsContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) @@ -275,7 +275,7 @@ RiskeerCommonFormsResources.ClearIcon, false); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuClearIllustrationPointsIndex, - "Wis alle illustratiepunten...", + "Wis alle &illustratiepunten...", "Er zijn geen berekeningen met illustratiepunten om te wissen.", RiskeerCommonFormsResources.ClearIllustrationPointsIcon, false);