wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() directly instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-04 20:57:46 +00:00
parent ae765fde7b
commit 9ac4391323
4 changed files with 26 additions and 70 deletions

View File

@@ -14,6 +14,8 @@ Changes in behaviour which may result in compilation errors
Deprecated methods and their replacements
-----------------------------------------
- wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() instead
Major new features in this release
----------------------------------