X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c7d17924a3a1f710ce2728bb0e09bdb66387471..7c2c0629bb53d3e6c99d77b1c07bcdd42427fbe8:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 7dfe9cb2f7..facaf02784 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -437,7 +437,7 @@ class wxPythonDemo(wx.Frame): if wx.Platform != '__WXMAC__': # setup a taskbar icon, and catch some events from it - dim = 16 # (may want to use 22 on wxGTK...) + dim = 16 # (may want to use 22 on wxGTK, but 16b looks okay too) icon = wx.IconFromBitmap( images.getMondrianImage().Scale(dim,dim).ConvertToBitmap() ) #icon = wx.Icon('bmp_source/mondrian.ico', wx.BITMAP_TYPE_ICO)