From: Chris Elliott Date: Fri, 28 Oct 2005 14:33:05 +0000 (+0000) Subject: remove GetImageList(int) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c028d83080e8ff5737c9ee11a10c975f30bdb84?ds=sidebyside remove GetImageList(int) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 262d9f5b6e..0ef71d499a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -29,6 +29,7 @@ wxMSW: - wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson). - Switching page of a hidden notebook doesn't lose focus (Jamie Gadd). +- Removed wxImageList *GetImageList(int) const. Unix: