]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/clipbrd.cpp
correct hhp2cached path
[wxWidgets.git] / 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)