]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Peparation for native Smartphone controls based on Spinners.
[wxWidgets.git] / include / wx / msw / setup0.h
index 369d377d624ec1c8a3568263768cd317f184c08f..c58f70ebeec4d1858c202afae0a525869338d5cb 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_SETUP_H_
 #define wxUSE_TOOLBAR 1
 #define wxUSE_TOOLBAR_NATIVE 1
 
-// this setting is obsolete, value is ignored
-#define wxUSE_BUTTONBAR    1
-
 // wxNotebook is a control with several "tabs" located on one of its sides. It
 // may be used ot logically organise the data presented to the user instead of
 // putting everything in one huge dialog. It replaces wxTabControl and related