Better error message, flags --> style in wxHtmlWindow, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-04-11 23:13:29 +00:00
parent c893f25d86
commit fc51b8c37e
6 changed files with 7 additions and 7 deletions

View File

@@ -168,6 +168,7 @@ if UNICODE and os.name != 'nt':
if UNICODE:
BUILD_BASE = BUILD_BASE + '.unicode'
VERSION = VERSION + 'u'
#----------------------------------------------------------------------