From 03a604a6a7d51d1ed91420193e19b5844749dbe1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 7 Aug 2004 03:43:00 +0000 Subject: [PATCH] some cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/HtmlWindow.py | 1 - wxPython/demo/Main.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wxPython/demo/HtmlWindow.py b/wxPython/demo/HtmlWindow.py index 9dac81120f..633a9ccb59 100644 --- a/wxPython/demo/HtmlWindow.py +++ b/wxPython/demo/HtmlWindow.py @@ -193,7 +193,6 @@ class TestHtmlPanel(wx.Panel): def runTest(frame, nb, log): win = TestHtmlPanel(nb, frame, log) - print wx.Window_FindFocus() return win diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 852a27adad..69682c69fc 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -52,7 +52,7 @@ _treeList = [ ]), # managed windows == things with a (optional) caption you can close - ('Base Frames and Dialogs', [ + ('Frames and Dialogs', [ 'Dialog', 'Frame', 'MDIWindows', @@ -1607,7 +1607,7 @@ def main(): os.chdir(demoPath) except: pass - app = MyApp(0) ##wx.Platform == "__WXMAC__") + app = MyApp(False) app.MainLoop() #--------------------------------------------------------------------------- -- 2.45.2