]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
added and documented SplitVolume() and GetPathTerminators(); corrected SetPath()...
[wxWidgets.git] / include / wx / univ / setup0.h
index d50643689a368fc2988d3942d2ea2b51fcfa9511..a29805ee7cac1367d08c9cdb55ef8978a35d89fc 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     14.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIV_SETUP_H_
 #define wxUSE_TOOLBAR 1
 #define wxUSE_TOOLBAR_NATIVE 0
 
-// this setting is obsolete, value is ignored
-#define wxUSE_BUTTONBAR 0
-
 // 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