From 8aaafe17cae4d33b4431429eea7682fd5c09653b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 18 Jul 2016 14:38:58 -0700 Subject: [PATCH] Use "wx.adv" in the overview text --- demo/AnimateCtrl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/AnimateCtrl.py b/demo/AnimateCtrl.py index 7f1f6073..97025f91 100644 --- a/demo/AnimateCtrl.py +++ b/demo/AnimateCtrl.py @@ -44,10 +44,10 @@ def runTest(frame, nb, log): overview = """ -

wx.animate.AnimationCtrl

+

wx.adv.AnimationCtrl

-wx.animate.AnimationCtrl is like a wx.StaticBitmap but is able to -display an animation by extracing frames from a multi-image GIF file. +wx.adv.AnimationCtrl is like a wx.StaticBitmap but is able to +display an animation by extracting frames from a multi-image GIF file. """