Fixed documentation of enum wxImageResizeQuality.

A C-style comment was not closed and resulted in the explanation of wxIMAGE_QUALITY_NORMAL additionally containing the explanation of wxIMAGE_QUALITY_BOX_AVERAGE and the latter having none. Regression since r67203.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2011-03-18 22:22:01 +00:00
parent 415f4a011a
commit 0a761908f2

View File

@@ -43,6 +43,7 @@ enum wxImageResizeQuality
Use surrounding pixels to calculate an average that will be used for Use surrounding pixels to calculate an average that will be used for
new pixels. This method is typically used when reducing the size of new pixels. This method is typically used when reducing the size of
an image. an image.
*/
wxIMAGE_QUALITY_BOX_AVERAGE, wxIMAGE_QUALITY_BOX_AVERAGE,
/** /**