]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/toplevel.cpp
avoid trying to link QA if not required
[wxWidgets.git] / src / motif / toplevel.cpp
index 89a5d8003c6f81bad3f6527fbd9c03353c62178a..7d0613e6b8599939b33ec4244f1f6609f29f349e 100644 (file)
@@ -117,7 +117,7 @@ bool wxTopLevelWindowMotif::Create( wxWindow *parent, wxWindowID id,
 
     m_windowId = ( id > -1 ) ? id : NewControlId();
 
-    bool retval = DoCreate( parent, id, title, pos, size, style, name );
+    bool retval = XmDoCreateTLW( parent, id, title, pos, size, style, name );
 
     if( !retval ) return false;