]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/canvas.cpp
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git] / samples / image / canvas.cpp
index 3bff81316f6bde4f041e9559fb23f4e94650246c..2fc194423caf011e65f715f2a0b8f18c75a53fb7 100644 (file)
@@ -243,7 +243,7 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
 #if wxUSE_LIBTIFF
     image.Destroy();
 
 #if wxUSE_LIBTIFF
     image.Destroy();
 
-    if ( !image.LoadFile( dir + wxT("horse.tif"), wxBITMAP_TYPE_TIF ) )
+    if ( !image.LoadFile( dir + wxT("horse.tif"), wxBITMAP_TYPE_TIFF ) )
     {
         wxLogError(wxT("Can't load TIFF image"));
     }
     {
         wxLogError(wxT("Can't load TIFF image"));
     }