diff --git a/src/msw/bitmap.cpp b/src/msw/bitmap.cpp index 061f6748ef..3e4d8092b8 100644 --- a/src/msw/bitmap.cpp +++ b/src/msw/bitmap.cpp @@ -792,7 +792,7 @@ bool wxBitmap::DoCreate(int w, int h, int d, WXHDC hdc) GetBitmapData()->m_depth = d; } - else // d == 0, create bitmap compatible with the screen + else // No valid depth, create bitmap compatible with the screen { ScreenHDC dc; hbmp = ::CreateCompatibleBitmap(dc, w, h);