From dc0bedff0c90235ee845936035db5218a0b68a3e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Mar 2002 02:37:18 +0000 Subject: [PATCH] enabled toolbar as it works now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/univ/setup.h b/include/wx/univ/setup.h index efc1d03176..1873148307 100644 --- a/include/wx/univ/setup.h +++ b/include/wx/univ/setup.h @@ -76,7 +76,7 @@ #define wxUSE_TEXTFILE 0 #define wxUSE_INTL 0 #define wxUSE_MENUS 0 // was 1 -#define wxUSE_TOOLBAR 0 +#define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 #define wxUSE_NOTEBOOK 1 @@ -227,7 +227,7 @@ #define wxUSE_TEXTFILE 0 #define wxUSE_INTL 0 #define wxUSE_MENUS 1 -#define wxUSE_TOOLBAR 0 +#define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 #define wxUSE_NOTEBOOK 1 @@ -383,7 +383,7 @@ #define wxUSE_TEXTBUFFER 0 #define wxUSE_INTL 0 #define wxUSE_MENUS 1 -#define wxUSE_TOOLBAR 0 +#define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 0 #define wxUSE_TOOLBAR_SIMPLE 0 #define wxUSE_NOTEBOOK 1