Index: Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj =================================================================== diff -u -r676ec354b88a4a2d3ecab37487b5a07f49270d8b -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj (.../Core.Common.Controls.TreeView.Test.csproj) (revision 676ec354b88a4a2d3ecab37487b5a07f49270d8b) +++ Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj (.../Core.Common.Controls.TreeView.Test.csproj) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -53,17 +53,11 @@ - - - - - - @@ -74,10 +68,6 @@ {1d27f91f-4e62-4eaf-a0a8-a32708b9a9b1} Core.Common.Controls.TreeView - - {9A2D67E6-26AC-4D17-B11A-2B4372F2F572} - Core.Common.Controls - {f49bd8b2-332a-4c91-a196-8cce0a2c7d98} Core.Common.Utils Fisheye: Tag f02506e58ebeecd95383ae12f4df2570ae5af17c refers to a dead (removed) revision in file `Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Plugins/src/Core.Plugins.DotSpatial/Legend/MapLegendView.cs =================================================================== diff -u -r9f8c22d452747d0d7b435f91f4a44b0b89714089 -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Plugins/src/Core.Plugins.DotSpatial/Legend/MapLegendView.cs (.../MapLegendView.cs) (revision 9f8c22d452747d0d7b435f91f4a44b0b89714089) +++ Core/Plugins/src/Core.Plugins.DotSpatial/Legend/MapLegendView.cs (.../MapLegendView.cs) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -77,19 +77,19 @@ { treeViewControl.RegisterTreeNodeInfo(new TreeNodeInfo { - Text = mapPointData => DotSpatialResources.MapDataNodePresenter_Point_data_label, + Text = mapPointData => DotSpatialResources.MapData_Point_data_label, Image = mapPointData => DotSpatialResources.PointsIcon }); treeViewControl.RegisterTreeNodeInfo(new TreeNodeInfo { - Text = mapLineData => DotSpatialResources.MapDataNodePresenter_Line_data_label, + Text = mapLineData => DotSpatialResources.MapData_Line_data_label, Image = mapLineData => DotSpatialResources.LineIcon }); treeViewControl.RegisterTreeNodeInfo(new TreeNodeInfo { - Text = mapPolygonData => DotSpatialResources.MapDataNodePresenter_Polygon_data_label, + Text = mapPolygonData => DotSpatialResources.MapData_Polygon_data_label, Image = mapPolygonData => DotSpatialResources.AreaIcon }); Index: Core/Plugins/src/Core.Plugins.DotSpatial/Properties/Resources.Designer.cs =================================================================== diff -u -rd72c02e33c5e53b6048a701cd68673db7053726b -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Plugins/src/Core.Plugins.DotSpatial/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d72c02e33c5e53b6048a701cd68673db7053726b) +++ Core/Plugins/src/Core.Plugins.DotSpatial/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -102,27 +102,27 @@ /// /// Looks up a localized string similar to Lijn. /// - public static string MapDataNodePresenter_Line_data_label { + public static string MapData_Line_data_label { get { - return ResourceManager.GetString("MapDataNodePresenter_Line_data_label", resourceCulture); + return ResourceManager.GetString("MapData_Line_data_label", resourceCulture); } } /// /// Looks up a localized string similar to Punten. /// - public static string MapDataNodePresenter_Point_data_label { + public static string MapData_Point_data_label { get { - return ResourceManager.GetString("MapDataNodePresenter_Point_data_label", resourceCulture); + return ResourceManager.GetString("MapData_Point_data_label", resourceCulture); } } /// /// Looks up a localized string similar to Gebied. /// - public static string MapDataNodePresenter_Polygon_data_label { + public static string MapData_Polygon_data_label { get { - return ResourceManager.GetString("MapDataNodePresenter_Polygon_data_label", resourceCulture); + return ResourceManager.GetString("MapData_Polygon_data_label", resourceCulture); } } Index: Core/Plugins/src/Core.Plugins.DotSpatial/Properties/Resources.resx =================================================================== diff -u -rd72c02e33c5e53b6048a701cd68673db7053726b -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Plugins/src/Core.Plugins.DotSpatial/Properties/Resources.resx (.../Resources.resx) (revision d72c02e33c5e53b6048a701cd68673db7053726b) +++ Core/Plugins/src/Core.Plugins.DotSpatial/Properties/Resources.resx (.../Resources.resx) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -133,13 +133,13 @@ Open het kaartenpaneel. - + Lijn - + Punten - + Gebied Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLineDataTreeNodeInfoTest.cs =================================================================== diff -u -r61f3b606ba0003553fe583462bab6e493043be5e -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLineDataTreeNodeInfoTest.cs (.../MapLineDataTreeNodeInfoTest.cs) (revision 61f3b606ba0003553fe583462bab6e493043be5e) +++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLineDataTreeNodeInfoTest.cs (.../MapLineDataTreeNodeInfoTest.cs) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -56,7 +56,7 @@ var text = info.Text(null); // Assert - Assert.AreEqual(DotSpatialResources.MapDataNodePresenter_Line_data_label, text); + Assert.AreEqual(DotSpatialResources.MapData_Line_data_label, text); } [Test] Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPointDataTreeNodeInfoTest.cs =================================================================== diff -u -r61f3b606ba0003553fe583462bab6e493043be5e -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPointDataTreeNodeInfoTest.cs (.../MapPointDataTreeNodeInfoTest.cs) (revision 61f3b606ba0003553fe583462bab6e493043be5e) +++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPointDataTreeNodeInfoTest.cs (.../MapPointDataTreeNodeInfoTest.cs) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -56,7 +56,7 @@ var text = info.Text(null); // Assert - Assert.AreEqual(DotSpatialResources.MapDataNodePresenter_Point_data_label, text); + Assert.AreEqual(DotSpatialResources.MapData_Point_data_label, text); } [Test] Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPolygonDataTreeNodeInfoTest.cs =================================================================== diff -u -r61f3b606ba0003553fe583462bab6e493043be5e -rf02506e58ebeecd95383ae12f4df2570ae5af17c --- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPolygonDataTreeNodeInfoTest.cs (.../MapPolygonDataTreeNodeInfoTest.cs) (revision 61f3b606ba0003553fe583462bab6e493043be5e) +++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPolygonDataTreeNodeInfoTest.cs (.../MapPolygonDataTreeNodeInfoTest.cs) (revision f02506e58ebeecd95383ae12f4df2570ae5af17c) @@ -56,7 +56,7 @@ var text = info.Text(null); // Assert - Assert.AreEqual(DotSpatialResources.MapDataNodePresenter_Polygon_data_label, text); + Assert.AreEqual(DotSpatialResources.MapData_Polygon_data_label, text); } [Test]