]> git.saurik.com Git - wxWidgets.git/commitdiff
reSWIGged
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 20:36:32 +0000 (20:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 20:36:32 +0000 (20:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/gtk/_core.py
wxPython/src/msw/_core.py

index 2e7d7645a7df09fe95abb070666d58c04216ce6a..b1acfce0dd16027c3b1e926becb7617cfbe08dc9 100644 (file)
@@ -7679,7 +7679,7 @@ class Window(EvtHandler):
         no matter what and only the font might.
 
         This rather complicated logic is necessary in order to accommodate the
-        different usage scenarius. The most common one is when all default
+        different usage scenarios. The most common one is when all default
         attributes are used and in this case, nothing should be inherited as
         in modern GUIs different controls use different fonts (and colours)
         than their siblings so they can't inherit the same value from the
index e0c5934636d238b772e899a47ebacbddc7e8e6ff..58936956e90f3eb3ad922a392a9e4f059de26a9c 100644 (file)
@@ -7691,8 +7691,8 @@ class Window(EvtHandler):
         ShouldInheritColours to return false, the colours will not be changed
         no matter what and only the font might.
 
-        This rather complicated logic is necessary in order to accomodate the
-        different usage scenarius. The most common one is when all default
+        This rather complicated logic is necessary in order to accommodate the
+        different usage scenarios. The most common one is when all default
         attributes are used and in this case, nothing should be inherited as
         in modern GUIs different controls use different fonts (and colours)
         than their siblings so they can't inherit the same value from the