X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd304d989b2c5c35ac1a849d508cb21f4d54609e..205b0c9c6aa69c02a7774846e677910bf1609a53:/src/motif/frame.cpp diff --git a/src/motif/frame.cpp b/src/motif/frame.cpp index becd7bf078..2b8dc03fff 100644 --- a/src/motif/frame.cpp +++ b/src/motif/frame.cpp @@ -169,8 +169,8 @@ bool wxFrame::Create(wxWindow *parent, SetTitle( title ); wxLogTrace(wxTRACE_Messages, - "Created frame (0x%08x) with work area 0x%08x and client " - "area 0x%08x", m_mainWidget, m_workArea, m_clientArea); + "Created frame (0x%p) with work area 0x%p and client " + "area 0x%p", m_mainWidget, m_workArea, m_clientArea); XtAddEventHandler((Widget) m_clientArea, ExposureMask,FALSE, wxUniversalRepaintProc, (XtPointer) this);