]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Standardize on using "Added" instead of "Add" in the change log.
[wxWidgets.git] / src / common / framecmn.cpp
index 3e96a8291ba2bc3d8bbe5abdce8d3d588c80235c..45349869f322a71627a3b05fac8bf4051cfa6a19 100644 (file)
@@ -562,7 +562,7 @@ wxToolBar* wxFrameBase::CreateToolBar(long style,
         //      a) this allows us to have different defaults for different
         //         platforms (even if we don't have them right now)
         //      b) we don't need to include wx/toolbar.h in the header then
-        style = wxBORDER_NONE | wxTB_HORIZONTAL | wxTB_FLAT;
+        style = wxTB_DEFAULT_STYLE;
     }
 
     SetToolBar(OnCreateToolBar(style, id, name));