]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
Minor fixes, should be ok now.
[wxWidgets.git] / src / gtk / dcclient.cpp
index 918e0a52db4ae3223bd9f6d1239365471579c362..34eb8de724260651caf3e4c93670416aef8bc5d4 100644 (file)
@@ -631,13 +631,13 @@ bool wxWindowDC::Blit( long xdest, long ydest, long width, long height,
        {
           /* we HAVE TO use the direct way for memory dcs
              that have mask since the XCopyArea doesn't know
-             about masks and */
+             about masks */
            use_bitmap_method = TRUE;
        }
        else if (memDC->m_selected.GetDepth() == 1)
        {
           /* we HAVE TO use the direct way for memory dcs
-             that are bitmaps because XCopyArea doesn't copy
+             that are bitmaps because XCopyArea doesn't cope
              with different bit depths */
            use_bitmap_method = TRUE;
        }