]> git.saurik.com Git - wxWidgets.git/commitdiff
tweaked comment
authorRobin Dunn <robin@alldunn.com>
Tue, 29 Jun 2004 02:02:52 +0000 (02:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 29 Jun 2004 02:02:52 +0000 (02:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 7dfe9cb2f7c41bf20b6f04d654591b831ffbc226..facaf02784b4df094bc7386cd94efd1871b1d77c 100644 (file)
@@ -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)