]> git.saurik.com Git - wxWidgets.git/commitdiff
readding trace constant
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Nov 2007 08:21:05 +0000 (08:21 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Nov 2007 08:21:05 +0000 (08:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/clipbrd.cpp

index 260f0701877b9e584c958351638331ffc0ce72eb..7acd5845f44dc2ad6d9a7d049a1c5d47aba5be60 100644 (file)
 
 #include <string.h>
 
+// the trace mask we use with wxLogTrace() - call
+// wxLog::AddTraceMask(TRACE_CLIPBOARD) to enable the trace messages from here
+// (there will be a *lot* of them!)
+#define TRACE_CLIPBOARD _T("clipboard")
 
 IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)