diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 74f33c7a39..031585be7c 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -3932,6 +3932,7 @@ extern wxCOLORMAP *wxGetStdColourMap() // we want to avoid Windows' "help" and for this we need to have a // reference bitmap which can tell us what the RGB values change // to. + wxLogNull logNo; // suppress error if we couldn't load the bitmap wxBitmap stdColourBitmap(_T("wxBITMAP_STD_COLOURS")); if ( stdColourBitmap.Ok() ) {