X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34a544a635f3bac9320e6eb41aaaa5a5e8d1f5a4..2d672d179e50aaed44d2d813aefb493159950fb3:/wxPython/demo/FloatBar.py diff --git a/wxPython/demo/FloatBar.py b/wxPython/demo/FloatBar.py index 1b7d7c9193..7e603aa9f5 100644 --- a/wxPython/demo/FloatBar.py +++ b/wxPython/demo/FloatBar.py @@ -93,7 +93,7 @@ class TestPanel(wx.Panel): if wx.Platform == "__WXMAC__": dlg = wx.MessageDialog( self, 'FloatBar does not work well on this platform.', - 'Sorry', wx.OK | wx.ICON_INFORMATION + 'Sorry', wx.OK | wx.ICON_WARNING ) dlg.ShowModal() dlg.Destroy()