]> git.saurik.com Git - wxWidgets.git/commitdiff
more informative assert message
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 17:14:39 +0000 (17:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 17:14:39 +0000 (17:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dccg.cpp

index 4abd9a625cc4fd9e8b16e405456507cf9a80398c..1d6f223a2f629671e4169fccea6887945268d82c 100755 (executable)
@@ -2033,7 +2033,7 @@ bool wxDC::DoBlit(
     }
     else
     {
-        wxFAIL_MSG( wxT("Blitting is only supported from bitmap contexts") ) ;
+        wxFAIL_MSG( wxT("Blitting is only supported from bitmap contexts, and only with wxCOPY logical operation.") ) ;
         return false ; 
     }