]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/layoutf.py
Don't scroll too far if the child getting the focus is large.
[wxWidgets.git] / wxPython / wx / lib / layoutf.py
index 84fc7116fbdf22ee2fc403bcb41ef18b344f54fe..65a4bdc737e0be01d5eed4872a80413d73fd41a9 100644 (file)
@@ -2,6 +2,10 @@
 #
 # o Updated for wx namespace
 # 
+# 12/18/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o wxScrolledMessageDialog -> ScrolledMessageDialog
+# 
 
 import  re
 import  wx
@@ -240,7 +244,7 @@ if __name__=='__main__':
 
         def OnAbout(self, event):
             import  wx.lib.dialogs
-            msg = wx.lib.dialogs.wxScrolledMessageDialog(self, Layoutf.__doc__, "about")
+            msg = wx.lib.dialogs.ScrolledMessageDialog(self, Layoutf.__doc__, "about")
             msg.ShowModal()
             msg.Destroy()