From 657309a52bd20b14d5a431a6d4d107fd76f9569a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 20 Nov 2007 08:21:05 +0000 Subject: [PATCH] readding trace constant git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/clipbrd.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mac/carbon/clipbrd.cpp b/src/mac/carbon/clipbrd.cpp index 260f070187..7acd5845f4 100644 --- a/src/mac/carbon/clipbrd.cpp +++ b/src/mac/carbon/clipbrd.cpp @@ -33,6 +33,10 @@ #include +// 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) -- 2.50.0