]> git.saurik.com Git - wxWidgets.git/commitdiff
non owned window implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 07:48:37 +0000 (07:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 07:48:37 +0000 (07:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/drawer.cpp

index 2c02dd42601c54db84d1f35a3d0e5b11a2d89027..4adb28e239137c342cb0562cd164bf27ffeea377 100644 (file)
@@ -72,7 +72,7 @@ bool wxDrawerWindow::Create(wxWindow *parent,
     bool success  = wxWindow::Create(parent, id, pos, dummySize, style, name);
     if (success)
     {
     bool success  = wxWindow::Create(parent, id, pos, dummySize, style, name);
     if (success)
     {
-        this->MacCreateRealWindow(title, pos, size, style, name);
+        this->MacCreateRealWindow(pos, size, style, name);
         success = (m_macWindow != NULL);
     }
     
         success = (m_macWindow != NULL);
     }