]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
try to create smaller executables
[wxWidgets.git] / src / motif / frame.cpp
index becd7bf078a4923e597a5cf616751630447f40ce..2b8dc03fff49feb9146ceb56a66a0b6dd5e8c92e 100644 (file)
@@ -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);