diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index 8f9a6e04f2..a9db3b30e5 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,13 @@ +0.1.5-3 +------- + +xxxStdDialogButtonSizer pulldown menu with standard buttons. + +Some fixes for selecting tools inside toolbar with test window open +(whole toolbar is selected). + +Toolbars can be added inside windows. + 0.1.5-2 ------- diff --git a/wxPython/wx/tools/XRCed/globals.py b/wxPython/wx/tools/XRCed/globals.py index 61ea8c0b55..9d274483f3 100644 --- a/wxPython/wx/tools/XRCed/globals.py +++ b/wxPython/wx/tools/XRCed/globals.py @@ -15,7 +15,7 @@ import sys # Global constants progname = 'XRCed' -version = '0.1.5-2' +version = '0.1.5-3' # Can be changed to set other default encoding different #defaultEncoding = '' # you comment above and can uncomment this: