From: Guillermo Rodriguez Garcia Date: Thu, 9 Sep 1999 22:20:37 +0000 (+0000) Subject: wxUSE_GIF instead of wxUSE_LIBGIF X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/228b910aea063d3ab90cb2549e8de6811e14c197 wxUSE_GIF instead of wxUSE_LIBGIF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index d167408c47..8ac83bc75e 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -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