]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FloatBar.py
wxEVT_HIBERNATE
[wxWidgets.git] / wxPython / demo / FloatBar.py
index 1b7d7c91932118268850f55e361fd88dbd036f2f..7e603aa9f59843f447cd06bdd4e12a16d48590b0 100644 (file)
@@ -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()