Renamed the options specific to the TIFF handler.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 19 Aug 2011 01:19:21 +0000 (01:19 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 19 Aug 2011 01:19:21 +0000 (01:19 +0000)
commitd65172db909ddd431a9f303949dadc57f6ac16fb
treeedbecab1fe81769f7a831be2731c8ca3a0df1d2b
parent6f54591185514725f14721bb873926602f5d42ee
Renamed the options specific to the TIFF handler.

The loading/saving options that are specific for TIFF were in the form of wxIMAGE_OPTION_<name> while all other non-generic options use the form wxIMAGE_OPTION_<imagetype>_<name>. Renamed the TIFF options to the form wxIMAGE_OPTION_TIFF_<name> and kept the old names for backwards compatibility.

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