*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 1999-02-04 10:58:33 +00:00
parent 3b8d35f0fc
commit 0a9f252212

View File

@ -72,6 +72,9 @@ If all possible wxWindows settings are used, the loading a BMP (Windows bitmap)
a PNG (portable network graphics) file and a JPEG file is supported on all platforms that
implement wxImage.}
Note : you must call wxImage::AddHandler(new wxJPEGHandler) during application
initialization in order to work with JPEGs.
\wxheading{See also}
\helpref{wxImage::LoadFile}{wximageloadfile}