wxUSE_GIF instead of wxUSE_LIBGIF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 1999-09-09 22:20:37 +00:00
parent 9ab6ee851e
commit 228b910aea

View File

@ -114,7 +114,7 @@
#if wxUSE_LIBJPEG
wxImage::AddHandler(new wxJPEGHandler);
#endif
#if wxUSE_LIBGIF
#if wxUSE_GIF
wxImage::AddHandler(new wxGIFHandler);
#endif
// Create the main application window