]> git.saurik.com Git - wxWidgets.git/commitdiff
Bad copy/paste fix
authorRobin Dunn <robin@alldunn.com>
Fri, 16 Aug 2002 19:54:03 +0000 (19:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 16 Aug 2002 19:54:03 +0000 (19:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/stattext.py

index c5a89e9f4534ef4adf4cee715813f71f6224b6f2..0aa919f85064742117b44965e27825cb8d0ce5b3 100644 (file)
@@ -79,7 +79,7 @@ class wxGenStaticText(wxPyControl):
 
     def DoGetBestSize(self):
         """Overridden base class virtual.  Determines the best size of the
 
     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'):
         label = self.GetLabel()
         maxWidth = totalHeight = 0
         for line in label.split('\n'):