]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo
authorRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 1999 22:26:06 +0000 (22:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 1999 22:26:06 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/demo/Main.py

index b97ff479d38b0b58f80053a062607a764ef4b4a6..21c5db7bc52fce5018b6a417658cd9271e080980 100644 (file)
@@ -194,7 +194,7 @@ class wxPythonDemo(wxFrame):
                 self.tree.EnsureVisible(selectedDemo)
 
 
-            self.WriteText('window handle: %s\n' % self.GetHandle())
+        self.WriteText('window handle: %s\n' % self.GetHandle())
 
 
     #---------------------------------------------