git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32136
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
box = wx.StaticBox(self, -1, "This is a wx.StaticBox")
bsizer = wx.StaticBoxSizer(box, wx.VERTICAL)
box = wx.StaticBox(self, -1, "This is a wx.StaticBox")
bsizer = wx.StaticBoxSizer(box, wx.VERTICAL)
- t = wx.StaticText(self, -1, "Controls placed \"inside\" the box are really it's siblings")
+ t = wx.StaticText(self, -1, "Controls placed \"inside\" the box are really its siblings")
bsizer.Add(t, 0, wx.TOP|wx.LEFT, 10)
bsizer.Add(t, 0, wx.TOP|wx.LEFT, 10)