diff --git a/README.md b/README.md
index 471fa120..1f050a25 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,7 @@
Support this project with a :star: -report an issue, or even better, place a pull request :mailbox: :blush:
-My projects:
-- Edi and
-- Aehnlich
-
-are powered by this project.
+My projects Edi and Aehnlich are powered by this project.
AvalonDock is a WPF Document and Tool Window layout container that is used to arrange documents
and tool windows in similar ways than many well known IDEs, such as, Eclipse, Visual Studio,
@@ -122,6 +118,8 @@ to also theme standard elements, such as, button and textblock etc.
- (thanx to [madenaras](https://github.com/madenaras))
- @Dirkster99
+4) Added [zh-Hant](https://github.com/Dirkster99/AvalonDock/wiki/Localization) localization (thanx to [nuthrash](https://github.com/nuthrash)
+
### Fixed Crash on IsSelected Document Property
- #1481
- @Dirkster99
@@ -144,6 +142,7 @@ Also Increased to Version 3.5.2.
- @Dirkster99
### Added resource file for AvalonDock for nl-BE
+- [nl-BE](https://github.com/Dirkster99/AvalonDock/wiki/Localization)
- #1424
- @Dirkster99
diff --git a/source/MLibTest/MLibTest/Demos/PanesTemplateSelector.cs b/source/MLibTest/MLibTest/Demos/PanesTemplateSelector.cs
index e9bb097a..f5bed864 100644
--- a/source/MLibTest/MLibTest/Demos/PanesTemplateSelector.cs
+++ b/source/MLibTest/MLibTest/Demos/PanesTemplateSelector.cs
@@ -38,6 +38,11 @@ public PanesTemplateSelector()
public DataTemplate Tooln_ViewTemplate { get; set; }
+ ///
+ /// Gets a template for simple testing tool windows.
+ ///
+ public DataTemplate Tooln_ViewTemplate { get; set; }
+
///
/// Determines the matching view for a specific given type of viewmodel.
///
diff --git a/source/MLibTest/MLibTest/Demos/ViewModels/WorkSpaceViewModel.cs b/source/MLibTest/MLibTest/Demos/ViewModels/WorkSpaceViewModel.cs
index 7ab46c2a..3a216af8 100644
--- a/source/MLibTest/MLibTest/Demos/ViewModels/WorkSpaceViewModel.cs
+++ b/source/MLibTest/MLibTest/Demos/ViewModels/WorkSpaceViewModel.cs
@@ -101,6 +101,9 @@ internal class WorkSpaceViewModel : MLibTest.ViewModels.Base.ViewModelBase, IWor
private FileStatsViewModel _fileStats = null;
private ColorPickerViewModel _ColorPicker = null;
+ private Tool1_ViewModel _Tool1;
+ private Tool2_ViewModel _Tool2;
+ private Tool3_ViewModel _Tool3;
private FileViewModel _activeDocument = null;
private Tool1_ViewModel _Tool1;
@@ -168,6 +171,7 @@ public IEnumerable Tools
{
if (_tools == null)
_tools = new ToolViewModel[] { FileStats, ColorPicker, _Tool1, _Tool2, _Tool3 };
+
return _tools;
}
}
diff --git a/source/MLibTest/MLibTest/MLibTest.csproj b/source/MLibTest/MLibTest/MLibTest.csproj
index 981d999d..dc48a8bc 100644
--- a/source/MLibTest/MLibTest/MLibTest.csproj
+++ b/source/MLibTest/MLibTest/MLibTest.csproj
@@ -90,6 +90,11 @@
+
+
+
+
+
ColorSelectionView.xaml