Changed the procedure for writing a comment to a GIF image.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 28 Jan 2011 07:27:34 +0000 (07:27 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 28 Jan 2011 07:27:34 +0000 (07:27 +0000)
commit491da41173b536bcb27ccddf81d8e70b8bffaf3e
treefae6a09ee79a972c91eeb7518df98b9ab07b9319
parentd4280c0282fd03d0c53c96cad1e0f9dd3e63b0b4
Changed the procedure for writing a comment to a GIF image.

Use wxImage.SetOption with newly introduced wxIMAGE_OPTION_GIF_COMMENT to set a GIF's image comment now. Formerly this was done (since recently) using wxGIFHandler::ms_comment which has now been removed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/imaggif.h
src/common/imaggif.cpp