From 228b910aea063d3ab90cb2549e8de6811e14c197 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Thu, 9 Sep 1999 22:20:37 +0000 Subject: [PATCH] wxUSE_GIF instead of wxUSE_LIBGIF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2