git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-11 00:18:40 +00:00
parent 18ef9f51b5
commit c163da42f0

View File

@@ -194,7 +194,7 @@ _treeList = [
'PythonEvents', 'PythonEvents',
'Threads', 'Threads',
'Timer', 'Timer',
##'infoframe', # needs better explaination and some fixing ##'infoframe', # needs better explanation and some fixing
]), ]),
# Clipboard and DnD # Clipboard and DnD
@@ -219,7 +219,7 @@ _treeList = [
# Other stuff # Other stuff
('Miscellaneous', [ ('Miscellaneous', [
'ColourDB', 'ColourDB',
##'DialogUnits', # needs more explainations ##'DialogUnits', # needs more explanations
'DrawXXXList', 'DrawXXXList',
'FileHistory', 'FileHistory',
'FontEnumerator', 'FontEnumerator',
@@ -668,7 +668,7 @@ class DemoCodePanel(wx.Panel):
try: try:
os.makedirs(GetModifiedDirectory()) os.makedirs(GetModifiedDirectory())
if not os.path.exists(GetModifiedDirectory()): if not os.path.exists(GetModifiedDirectory()):
wx.LogMessage("BUG: Created demo directory but it still doesn't exit") wx.LogMessage("BUG: Created demo directory but it still doesn't exist")
raise AssetionError raise AssetionError
except: except:
wx.LogMessage("Error creating demo directory: %s" % GetModifiedDirectory()) wx.LogMessage("Error creating demo directory: %s" % GetModifiedDirectory())