diff --git a/Examples/Infragistics.SamplesBrowser.WPF/TableOfContents.xml b/Examples/Infragistics.SamplesBrowser.WPF/TableOfContents.xml index 44489e3d..722f4295 100644 Binary files a/Examples/Infragistics.SamplesBrowser.WPF/TableOfContents.xml and b/Examples/Infragistics.SamplesBrowser.WPF/TableOfContents.xml differ diff --git a/Examples/Infragistics.SamplesBrowser.WPF/TableOfContentsCrossShema.xsd b/Examples/Infragistics.SamplesBrowser.WPF/TableOfContentsCrossShema.xsd index 386c5ace..9f6381ba 100644 --- a/Examples/Infragistics.SamplesBrowser.WPF/TableOfContentsCrossShema.xsd +++ b/Examples/Infragistics.SamplesBrowser.WPF/TableOfContentsCrossShema.xsd @@ -86,6 +86,8 @@ + + @@ -134,6 +136,7 @@ + diff --git a/Examples/Infragistics.SamplesBrowser.WPF/ViewModel/TocItemViewModel.cs b/Examples/Infragistics.SamplesBrowser.WPF/ViewModel/TocItemViewModel.cs index 98fe1d4a..876809bf 100644 --- a/Examples/Infragistics.SamplesBrowser.WPF/ViewModel/TocItemViewModel.cs +++ b/Examples/Infragistics.SamplesBrowser.WPF/ViewModel/TocItemViewModel.cs @@ -95,7 +95,7 @@ public void Initialize(TocItemViewModel parent, double currentVersion) { Status = "UPD"; } - else if (newCount > 0 || updCount > 0) + else if (newCount > 0 || updCount > 0 || betaCount > 0) { Status = "UPD"; } diff --git a/Examples/Infragistics.SamplesBrowser.WPF/ja/TableOfContents.xml b/Examples/Infragistics.SamplesBrowser.WPF/ja/TableOfContents.xml index 111970db..43d7212a 100644 Binary files a/Examples/Infragistics.SamplesBrowser.WPF/ja/TableOfContents.xml and b/Examples/Infragistics.SamplesBrowser.WPF/ja/TableOfContents.xml differ