From 7eb9e5b1289db7142fc40022bc9e439e447cf898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Mon, 22 Feb 2016 21:06:07 +0200 Subject: [PATCH] Removed unneeded mention to MSW --- src/msw/bitmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/bitmap.cpp b/src/msw/bitmap.cpp index 2afbf7b677..07e097010e 100644 --- a/src/msw/bitmap.cpp +++ b/src/msw/bitmap.cpp @@ -176,7 +176,7 @@ wxIMPLEMENT_DYNAMIC_CLASS(wxBitmapHandler, wxObject); // (a) if hdc is specified, the caller explicitly wants DDB // (b) otherwise, create a DIB if depth >= 24 (we don't support 16bpp // or less DIBs anyhow) - // (c) finally, create DIBs under MSW even if the depth hasn't been + // (c) finally, create DIBs even if the depth hasn't been // explicitly specified but the current display depth is 24 or // more and the image is "big", i.e. > 16Mb //