Slightly improve comment wording in MSW wxBitmap creation code

No real changes.
This commit is contained in:
Vadim Zeitlin
2017-01-03 02:54:36 +01:00
parent 092e772848
commit e777bd9ebd

View File

@@ -792,7 +792,7 @@ bool wxBitmap::DoCreate(int w, int h, int d, WXHDC hdc)
GetBitmapData()->m_depth = d; 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; ScreenHDC dc;
hbmp = ::CreateCompatibleBitmap(dc, w, h); hbmp = ::CreateCompatibleBitmap(dc, w, h);