]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
compilation fix for !wxUSE_VALIDATORS
[wxWidgets.git] / wxPython / demo / Main.py
index d0b5f24017ca20aa61be8973de282b0a5721a621..bbb6a43ccae77aa61e1dc894378cb034fd7e3bc9 100644 (file)
@@ -1219,7 +1219,7 @@ class wxPythonDemo(wx.Frame):
 
         # Make a Demo menu
         menu = wx.Menu()
-        for item in _treeList:
+        for item in _treeList[:-1]:
             submenu = wx.Menu()
             for childItem in item[1]:
                 mi = submenu.Append(-1, childItem)