]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Cursor.py
1.
[wxWidgets.git] / wxPython / demo / Cursor.py
index 17b4d86336806279cd88742b7cb89f063cd7ee37..d5cea526f74b0647354b32e89bd01dc1820a3267 100644 (file)
@@ -56,7 +56,7 @@ class TestPanel(wx.Panel):
         self.tx = wx.StaticText(self, -1,                                
              "This sample allows you to see all the stock cursors \n"
              "available to wxPython.  Simply select a name from the \n"
-             "wx.Choice and then move the mouse into the dineo below \n"
+             "wx.Choice and then move the mouse into the window below \n"
              "to see the cursor.  NOTE: not all stock cursors have a \n"
              "specific representaion on all platforms.")