Index: Application/Application.Ringtoets/app.config =================================================================== diff -u -rf1c02b2d47dc561deec70a24128d8dd49d9bed6a -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Application/Application.Ringtoets/app.config (.../app.config) (revision f1c02b2d47dc561deec70a24128d8dd49d9bed6a) +++ Application/Application.Ringtoets/app.config (.../app.config) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -25,8 +25,7 @@ - - + Index: Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs =================================================================== diff -u -rce485d2ea1e537a2d9be33d46a282e5bfa2abdcc -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ce485d2ea1e537a2d9be33d46a282e5bfa2abdcc) +++ Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -313,9 +313,9 @@ /// /// Looks up a localized string similar to Starting Ringtoets .... /// - internal static string RingtoetsApplication_Run_Starting_Delta_Shell____ { + internal static string RingtoetsApplication_Run_starting { get { - return ResourceManager.GetString("RingtoetsApplication_Run_Starting_Delta_Shell____", resourceCulture); + return ResourceManager.GetString("RingtoetsApplication_Run_starting", resourceCulture); } } Index: Core/Common/src/Core.Common.Base/Properties/Resources.resx =================================================================== diff -u -rce485d2ea1e537a2d9be33d46a282e5bfa2abdcc -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Base/Properties/Resources.resx (.../Resources.resx) (revision ce485d2ea1e537a2d9be33d46a282e5bfa2abdcc) +++ Core/Common/src/Core.Common.Base/Properties/Resources.resx (.../Resources.resx) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -126,7 +126,7 @@ You can call Run() only once per application - + Starting Ringtoets ... Index: Core/Common/src/Core.Common.Base/RingtoetsApplication.cs =================================================================== diff -u -rce485d2ea1e537a2d9be33d46a282e5bfa2abdcc -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Base/RingtoetsApplication.cs (.../RingtoetsApplication.cs) (revision ce485d2ea1e537a2d9be33d46a282e5bfa2abdcc) +++ Core/Common/src/Core.Common.Base/RingtoetsApplication.cs (.../RingtoetsApplication.cs) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -194,7 +194,7 @@ var stopwatch = new Stopwatch(); stopwatch.Start(); - log.Info(Properties.Resources.RingtoetsApplication_Run_Starting_Delta_Shell____); + log.Info(Properties.Resources.RingtoetsApplication_Run_starting); if (running) { Index: Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj =================================================================== diff -u -r293be5aa0c9cfb58fea075f0ce6943fdfb310406 -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 293be5aa0c9cfb58fea075f0ce6943fdfb310406) +++ Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -468,7 +468,6 @@ - Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs =================================================================== diff -u -r1aa9696f474d2278af4bf27dc77ce4f836dce628 -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1aa9696f474d2278af4bf27dc77ce4f836dce628) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -2748,9 +2748,9 @@ /// /// Looks up a localized string similar to Ringtoets clipboard emptied. /// - public static string RingtoetsGui_ApplicationProjectSaving_Delta_Shell_clipboard_emptied { + public static string RingtoetsGui_ApplicationProjectSaving_clipboard_emptied { get { - return ResourceManager.GetString("RingtoetsGui_ApplicationProjectSaving_Delta_Shell_clipboard_emptied", resourceCulture); + return ResourceManager.GetString("RingtoetsGui_ApplicationProjectSaving_clipboard_emptied", resourceCulture); } } Index: Core/Common/src/Core.Common.Gui/Properties/Resources.nl-NL.resx =================================================================== diff -u -rce485d2ea1e537a2d9be33d46a282e5bfa2abdcc -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Gui/Properties/Resources.nl-NL.resx (.../Resources.nl-NL.resx) (revision ce485d2ea1e537a2d9be33d46a282e5bfa2abdcc) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.nl-NL.resx (.../Resources.nl-NL.resx) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -285,7 +285,7 @@ NL Unable to load view settings; view settings lost! - + NL Ringtoets clipboard emptied Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx =================================================================== diff -u -r1aa9696f474d2278af4bf27dc77ce4f836dce628 -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 1aa9696f474d2278af4bf27dc77ce4f836dce628) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -404,7 +404,7 @@ ..\Resources\DocumentHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + Ringtoets clipboard emptied Fisheye: Tag 35ebe102d9a203951dad2d869f5f5f0265d6c5c0 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Gui/Resources/helpabout.htm'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapLegendView.cs =================================================================== diff -u -re5c8235335a7846047281186bcc11ea0d05cd897 -r35ebe102d9a203951dad2d869f5f5f0265d6c5c0 --- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapLegendView.cs (.../MapLegendView.cs) (revision e5c8235335a7846047281186bcc11ea0d05cd897) +++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapLegendView.cs (.../MapLegendView.cs) (revision 35ebe102d9a203951dad2d869f5f5f0265d6c5c0) @@ -31,8 +31,7 @@ private Map map; private bool disableGuiSelectionSync; - private string ddbDatasetString = "Delft Dashboard Dataset"; - + public MapLegendView(IGui gui) { InitializeComponent();