]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/frame.py
Upport scrolling changes and mouse wheel changes.
[wxWidgets.git] / wxPython / wx / py / frame.py
index 2ca5ec9061500f743d2573506c366bb9edacbb45..904c1b01fb90e2be6b508bbec492f884db143ad0 100644 (file)
@@ -646,7 +646,7 @@ class Frame(wx.Frame):
 
 
     def LoadSettings(self, config):
 
 
     def LoadSettings(self, config):
-        """Called be derived classes to load settings specific to the Frame"""
+        """Called by derived classes to load settings specific to the Frame"""
         pos  = wx.Point(config.ReadInt('Window/PosX', -1),
                         config.ReadInt('Window/PosY', -1))
                         
         pos  = wx.Point(config.ReadInt('Window/PosX', -1),
                         config.ReadInt('Window/PosY', -1))