From 9de2e75ad0453dc3c66f4c92f3bfd31ee5c96b0c Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 13 Nov 2003 16:05:24 +0000 Subject: [PATCH] wxCocoa: Use the new native MDI implementation instead of generic git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 4 ++-- include/wx/mdi.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 800d15d1d7..edb5d50216 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1745,6 +1745,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/cocoa/listbox.mm src/cocoa/main.cpp src/cocoa/mbarman.mm + src/cocoa/mdi.mm src/cocoa/menu.mm src/cocoa/menuitem.mm src/cocoa/pen.mm @@ -1773,7 +1774,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/fontdlgg.cpp src/generic/imaglist.cpp src/generic/listctrl.cpp - src/generic/mdig.cpp src/generic/msgdlgg.cpp src/generic/notebook.cpp src/generic/paletteg.cpp @@ -1821,6 +1821,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/cocoa/icon.h wx/cocoa/listbox.h wx/cocoa/mbarman.h + wx/cocoa/mdi.h wx/cocoa/menu.h wx/cocoa/menuitem.h wx/cocoa/pen.h @@ -1841,7 +1842,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/fontdlgg.h wx/generic/imaglist.h wx/generic/listctrl.h - wx/generic/mdig.h wx/generic/paletteg.h wx/generic/statusbr.h wx/generic/tabg.h diff --git a/include/wx/mdi.h b/include/wx/mdi.h index 3223c7cb2e..9f17e533d6 100644 --- a/include/wx/mdi.h +++ b/include/wx/mdi.h @@ -16,7 +16,7 @@ #elif defined(__WXMAC__) #include "wx/mac/mdi.h" #elif defined(__WXCOCOA__) - #include "wx/generic/mdig.h" + #include "wx/cocoa/mdi.h" #elif defined(__WXPM__) #include "wx/generic/mdig.h" #endif -- 2.45.2