Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Examples/Infragistics.SamplesBrowser.WPF/TableOfContents.xml
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
<xs:enumeration value="Data Chart" />
<xs:enumeration value="Data Grid" />
<xs:enumeration value="Data Presenter" />
<xs:enumeration value="Data Pie Chart" />
<xs:enumeration value="Dashboard Tile" />
<xs:enumeration value="Data Tree" />
<xs:enumeration value="Dialog Window" />
<xs:enumeration value="Dock Manager" />
Expand Down Expand Up @@ -134,6 +136,7 @@
<xs:enumeration value="Syntax Parsing Engine" />
<xs:enumeration value="Tab Control" />
<xs:enumeration value="Tag Cloud" />
<xs:enumeration value="Toolbar" />
<xs:enumeration value="Theme Manager" />
<xs:enumeration value="Tile Manager" />
<xs:enumeration value="Timeline" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down
Binary file modified Examples/Infragistics.SamplesBrowser.WPF/ja/TableOfContents.xml
Binary file not shown.