diff options
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 5059a8ec1e..99efbb61cb 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -368,8 +368,7 @@ class CHistoryDlg : public CDlgBase wchar_t buf[50]; TVINSERTSTRUCT tvi; tvi.hParent = nullptr; - tvi.hInsertAfter = TVI_SORT; - tvi.item.mask = TVIF_TEXT | TVIF_IMAGE | TVIF_SELECTEDIMAGE; + tvi.item.mask = TVIF_TEXT; if (CurYear != PrevYear) { _itow(CurYear, buf, 10); |