From: Robin Dunn Date: Fri, 16 Aug 2002 19:54:03 +0000 (+0000) Subject: Bad copy/paste fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33b44316a8c2924a07eb63b892eb48b3e73a7781?ds=sidebyside Bad copy/paste fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxPython/lib/stattext.py b/wxPython/wxPython/lib/stattext.py index c5a89e9f45..0aa919f850 100644 --- a/wxPython/wxPython/lib/stattext.py +++ b/wxPython/wxPython/lib/stattext.py @@ -79,7 +79,7 @@ class wxGenStaticText(wxPyControl): def DoGetBestSize(self): """Overridden base class virtual. Determines the best size of the - button based on the label and bezel size.""" + button based on the label size.""" label = self.GetLabel() maxWidth = totalHeight = 0 for line in label.split('\n'):