From ebd09fe97cf610be88af7007a4860c913f07b0b5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 10 Aug 2004 01:07:33 +0000 Subject: [PATCH] removed some samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index cae2caec0b..eabe793867 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -65,7 +65,6 @@ _treeList = [ 'ColourDialog', 'DirDialog', 'FileDialog', - 'FileDialog_Save', 'FindReplaceDialog', 'FontDialog', 'MessageDialog', @@ -189,7 +188,7 @@ _treeList = [ 'PythonEvents', 'Threads', 'Timer', - 'infoframe', + ##'infoframe', # needs better explaination and some fixing ]), # Clipboard and DnD @@ -214,7 +213,7 @@ _treeList = [ # Other stuff ('Miscellaneous', [ 'ColourDB', - 'DialogUnits', + ##'DialogUnits', # needs more explainations 'DrawXXXList', 'FileHistory', 'FontEnumerator', -- 2.50.0