]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ActiveX_FlashWindow.py
Typos
[wxWidgets.git] / wxPython / demo / ActiveX_FlashWindow.py
index f0cf3db96686d6b97ae3d4cbf6a3bf42486fe3f1..70e681d4c41f8c7053905e9b9aecb106dc3e2cb1 100644 (file)
@@ -29,7 +29,7 @@ class TestPanel(wx.Panel):
         self.Bind(wx.EVT_BUTTON, self.OnOpenURLButton, btn)
         btnSizer.Add(btn, proportion=1, flag=wx.EXPAND|wx.ALL, border=5)
 
         self.Bind(wx.EVT_BUTTON, self.OnOpenURLButton, btn)
         btnSizer.Add(btn, proportion=1, flag=wx.EXPAND|wx.ALL, border=5)
 
-         btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND)
+        btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND)
         sizer.Add(btnSizer, proportion=0, flag=wx.EXPAND)
 
         self.SetSizer(sizer)
         sizer.Add(btnSizer, proportion=0, flag=wx.EXPAND)
 
         self.SetSizer(sizer)
@@ -74,8 +74,9 @@ def runTest(frame, nb, log):
         dlg.Destroy()
 
 
         dlg.Destroy()
 
 
-overview = """\<html><body>
-<h2>wx.lib.pdfwin.FlashWindow</h2>
+overview = """\
+<html><body>
+<h2>wx.lib.flashwin.FlashWindow</h2>
 
 The wx.lib.pdfwin.FlashWindow class is yet another example of using
 ActiveX controls from wxPython using the new wx.activex module.  This
 
 The wx.lib.pdfwin.FlashWindow class is yet another example of using
 ActiveX controls from wxPython using the new wx.activex module.  This