]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxSashWindow.py
Fixed wxPython's wxArt constants
[wxWidgets.git] / wxPython / demo / wxSashWindow.py
index 620427eaeba1a9854ab2205beefddfeb03954ae3..be6a46d7c59c69a96bb5193c05ab7f7988f30211 100644 (file)
@@ -15,7 +15,7 @@ class TestSashWindow(wxPanel):
 
         self.log = log
 
 
         self.log = log
 
-        # will accupy the space not uised by the Layout Algorithm
+        # will occupy the space not used by the Layout Algorithm
         self.remainingSpace = wxPanel(self, -1, style=wxSUNKEN_BORDER)
 
         EVT_SASH_DRAGGED_RANGE(self, self.ID_WINDOW_TOP,
         self.remainingSpace = wxPanel(self, -1, style=wxSUNKEN_BORDER)
 
         EVT_SASH_DRAGGED_RANGE(self, self.ID_WINDOW_TOP,