diff --git a/TODO.txt b/TODO.txt index 873760de..f0cf18ed 100644 --- a/TODO.txt +++ b/TODO.txt @@ -127,7 +127,7 @@ other dev stuff * Add _propdlg module - * Add _aui module ?? (or go with only agw aui) + * Add _aui module ?? (or go with only agw aui?) * Add _ribbon module diff --git a/buildtools/version.py b/buildtools/version.py index f7a52208..ee7ba80d 100644 --- a/buildtools/version.py +++ b/buildtools/version.py @@ -24,7 +24,7 @@ VER_FLAGS = "" # wxPython release flags # # "-1" for numbered post releases, such as when there are # additional wxPython releases for the same wxWidgets -# release. TDB: use - or .post or ? +# release. TBD: use - or .post or ? # # ".dev12345" for daily snapshot builds, by default this is automatically # pulled from the REV.txt file made by the setrev command,