diff --git a/demo/AnimateCtrl.py b/demo/AnimationCtrl.py similarity index 99% rename from demo/AnimateCtrl.py rename to demo/AnimationCtrl.py index 0b308abf..72b4c017 100644 --- a/demo/AnimateCtrl.py +++ b/demo/AnimationCtrl.py @@ -36,7 +36,7 @@ class TestPanel(wx.Panel): # animation object. They're more-or-less equivalent, but if you have # non-standard needs in your application then one pattern may make # more sense for you to use. - if True: + if False: # If you need a separate animation object then you can have the # control create one for you. ctrl = AnimationCtrl(self) diff --git a/demo/demodata.py b/demo/demodata.py index 468b3779..e9172620 100644 --- a/demo/demodata.py +++ b/demo/demodata.py @@ -247,7 +247,7 @@ _treeList = [ ('Using Images', [ 'AdjustChannels', 'AlphaDrawing', - 'AnimateCtrl', + 'AnimationCtrl', 'ArtProvider', 'BitmapFromBuffer', 'Cursor',