diff --git a/wx/lib/agw/shortcuteditor.py b/wx/lib/agw/shortcuteditor.py index 88def298..642047f9 100644 --- a/wx/lib/agw/shortcuteditor.py +++ b/wx/lib/agw/shortcuteditor.py @@ -946,7 +946,7 @@ class HTMLHelpWindow(wx.Frame): self.htmlFile = htmlFile - toolbar = self.CreateToolBar(wx.TB_HORIZONTAL|wx.TB_FLAT|wx.TB_TEXT|wx.TB_3DBUTTONS) + toolbar = self.CreateToolBar(wx.TB_HORIZONTAL|wx.TB_FLAT|wx.TB_TEXT) self.BuildToolBar(toolbar) self.html = wx.html.HtmlWindow(self, style=wx.SUNKEN_BORDER)