From 5115b3738ceda1c28749bb0747bd0ae3661a7d33 Mon Sep 17 00:00:00 2001 From: sweaty1 Date: Sat, 28 May 2011 13:35:39 +0000 Subject: [PATCH] Updated release date for ver. 1.9 --- CGridListCtrlEx/CGridListCtrlEx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGridListCtrlEx/CGridListCtrlEx.h b/CGridListCtrlEx/CGridListCtrlEx.h index 492467f4..ebe22dd4 100644 --- a/CGridListCtrlEx/CGridListCtrlEx.h +++ b/CGridListCtrlEx/CGridListCtrlEx.h @@ -7,7 +7,7 @@ // Version: 1.9 // // Change History: -// 1.9 - Added new CGridColumnTrait::OnSortRows() to take LVITEM as parameter (2010-11-15) +// 1.9 - Added new CGridColumnTrait::OnSortRows() to take LVITEM as parameter (2011-05-30) // Renamed CGridColumnConfig to CViewConfigSection (Now general purpose settings manager) // Removed CGridColumnManager and moved LoadState/SaveState into CGridListCtrlEx (Breaking change) // Fixed breaking change in 1.8 where OnEditBegin overrides stopped working