X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9694b21a4da9d2f79fec7b0776fd18bd4b15220a..16cfbafc6a80aef131ab2634fa64e9748632c591:/wxPython/demo/Listbook.py

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)