More demo/distrib updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-12-10 22:44:38 +00:00
parent cbb26e3f6d
commit 4309b812ef
5 changed files with 27 additions and 22 deletions

View File

@@ -12,8 +12,8 @@ class TestPanel(wxPanel):
fgs = wxFlexGridSizer(cols=2, vgap=5, hgap=5)
txt = wxStaticText(self, -1,
"These text controls will align their contents\n"
"to the right (onwxMSW) when they don't have focus.", style=wxALIGN_RIGHT )
"These text controls will align their contents to\n"
"the right (on wxMSW) when they don't have focus.", style=wxALIGN_RIGHT )
fgs.Add(txt)
fgs.Add(wxRightTextCtrl(self, -1, "", size=(75, -1)))