From 783e0c6d48080587b9d2c52dfe4d442682119a0d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 19 Sep 2005 12:46:30 +0000 Subject: [PATCH] temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/dialog.h | 2 +- include/wx/motif/frame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/motif/dialog.h b/include/wx/motif/dialog.h index 65ebffbaba..dba81d148b 100644 --- a/include/wx/motif/dialog.h +++ b/include/wx/motif/dialog.h @@ -79,7 +79,7 @@ public: void OnCloseWindow(wxCloseEvent& event); private: - virtual bool XmDoCreateTLW(wxWindow* parent, + virtual bool DoCreate(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, diff --git a/include/wx/motif/frame.h b/include/wx/motif/frame.h index 9aa254904e..efb804eb05 100644 --- a/include/wx/motif/frame.h +++ b/include/wx/motif/frame.h @@ -117,7 +117,7 @@ private: virtual void DoSetClientSize(int width, int height); private: - virtual bool XmDoCreateTLW(wxWindow* parent, + virtual bool DoCreate(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos,