Typo and whitespace tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-12-02 04:53:37 +00:00
parent 327bf990ab
commit cf0d4bfc63
2 changed files with 2 additions and 3 deletions

View File

@@ -423,7 +423,6 @@ class TestPanel(wx.Panel):
fgs.Add(cc)
fgs.Add((10,10))
fgs.Add(wx.StaticText(self, -1, "Custom popup action, and custom button bitmap"))
box = wx.BoxSizer()
box.Add(fgs, 1, wx.EXPAND|wx.ALL, 20)