]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_GIF instead of wxUSE_LIBGIF
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Sep 1999 22:20:37 +0000 (22:20 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Sep 1999 22:20:37 +0000 (22:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/test/test.cpp

index d167408c47ce5927e9462c1833bcfc0fa2b37899..8ac83bc75e83a8d5279f62145b814ccc88686cc7 100644 (file)
      #if wxUSE_LIBJPEG
      wxImage::AddHandler(new wxJPEGHandler);
      #endif
      #if wxUSE_LIBJPEG
      wxImage::AddHandler(new wxJPEGHandler);
      #endif
-     #if wxUSE_LIBGIF
+     #if wxUSE_GIF
      wxImage::AddHandler(new wxGIFHandler);
      #endif
     // Create the main application window
      wxImage::AddHandler(new wxGIFHandler);
      #endif
     // Create the main application window