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)))