X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8f129d0675af4f473f92b90aeb187c90e4053c9..0e21cf4902f312ffd26c050c67f00be8607d400b:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index c0a19c56b0..ec9b65f664 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -66,6 +66,7 @@ _treeList = [ 'ButtonPanel', 'FlatNotebook', 'CustomTreeCtrl', + 'AboutBox', ]), # managed windows == things with a (optional) caption you can close @@ -80,6 +81,7 @@ _treeList = [ # the common dialogs ('Common Dialogs', [ + 'AboutBox', 'ColourDialog', 'DirDialog', 'FileDialog',