X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/729f427637dc69b7bb2f25316d538f2288057544..ab51f6db1422d3e7c73e9a9cd1b89c1f2d06366a:/wxPython/demo/wxRightTextCtrl.py diff --git a/wxPython/demo/wxRightTextCtrl.py b/wxPython/demo/wxRightTextCtrl.py index 47428fc642..0322b3e875 100644 --- a/wxPython/demo/wxRightTextCtrl.py +++ b/wxPython/demo/wxRightTextCtrl.py @@ -13,7 +13,7 @@ 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 when they don't have focus.", style=wxALIGN_RIGHT ) + "to the right (onwxMSW) when they don't have focus.", style=wxALIGN_RIGHT ) fgs.Add(txt) fgs.Add(wxRightTextCtrl(self, -1, "", size=(75, -1)))