]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcmemory.cpp
don't ignore the background colour set for the dialog, even although it is a standard...
[wxWidgets.git] / src / msw / dcmemory.cpp
index 4777e6986c362951762c97aaf5642ea4a335716b..f93d3b796274ddc7f16563a60463f135b5fdb1d6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -89,7 +89,7 @@ bool wxMemoryDC::CreateCompatible(wxDC *dc)
     m_hDC = (WXHDC)::CreateCompatibleDC(dc ? GetHdcOf(*dc) : NULL);
 
     // as we created the DC, we must delete it in the dtor
-    m_bOwnsDC = TRUE;
+    m_bOwnsDC = true;
 
     m_ok = m_hDC != 0;