X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9694b21a4da9d2f79fec7b0776fd18bd4b15220a..db679b8c836e69c111cdc31e62cf92cebe4f938f:/wxPython/demo/Listbook.py?ds=sidebyside diff --git a/wxPython/demo/Listbook.py b/wxPython/demo/Listbook.py index cb620fe83d..995c25aa12 100644 --- a/wxPython/demo/Listbook.py +++ b/wxPython/demo/Listbook.py @@ -36,7 +36,7 @@ class TestLB(wx.Listbook): # make an image list using the BlomXX images il = wx.ImageList(32, 32) - for x in range(1, 15): + for x in range(1, 16): f = getattr(images, 'getBlom%02dBitmap' % x) bmp = f() il.Add(bmp)