]> git.saurik.com Git - wxWidgets.git/commitdiff
applied patch for seeking in GIF images
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Mar 2002 00:06:23 +0000 (00:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Mar 2002 00:06:23 +0000 (00:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 6a1be269f6dbecc289b1faefa6e9092d8fea7b45..ef278d9a91314423b358d5f46028140178036314 100644 (file)
@@ -112,7 +112,7 @@ All (GUI):
   wxHashTable
 - added IFF image handler
 - fixed using custom renderers in wxGrid which was broken in 2.3.2
-- support for multiple images in one file added to wxImage (TIFF and ICO formats)
+- support for multiple images in one file added to wxImage (TIFF, GIF and ICO formats)
 - support for CUR and ANI files in wxImage added (Chris Elliott)
 - wxTextCtrl::GetRange() added
 - added wxGetFontFromUser() convenience function