]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCocoa no longer uses the generic notebook.
authorDavid Elliott <dfe@tgwbd.org>
Tue, 22 Jun 2004 21:24:44 +0000 (21:24 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 22 Jun 2004 21:24:44 +0000 (21:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index ad453570f14a2c909e696eedd5594454dace6547..bff622b57296da23ff6381385c71280a7d72df9d 100755 (executable)
--- a/configure
+++ b/configure
@@ -6957,8 +6957,6 @@ fi
 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
   wxUSE_PRINTING_ARCHITECTURE=no
   wxUSE_DRAG_AND_DROP=no
-  # Generic notebook requires tab dialog
-  DEFAULT_wxUSE_TABDIALOG=yes
   DEFAULT_wxUSE_SCROLLBAR=no
   DEFAULT_wxUSE_TOOLTIPS=no
   DEFAULT_wxUSE_DRAGIMAGE=no
@@ -40636,6 +40634,8 @@ fi
 
 
 
+
+
 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4"
 
 
index 4d2984ade319f9e128c90698b79277f7ef1c6976..a1433a13ca3e89f0bd54ede22f5a5304a9ce6203 100644 (file)
@@ -1036,8 +1036,6 @@ fi
 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
   wxUSE_PRINTING_ARCHITECTURE=no
   wxUSE_DRAG_AND_DROP=no
-  # Generic notebook requires tab dialog
-  DEFAULT_wxUSE_TABDIALOG=yes
   DEFAULT_wxUSE_SCROLLBAR=no
   DEFAULT_wxUSE_TOOLTIPS=no
   DEFAULT_wxUSE_DRAGIMAGE=no